ColorPtSet Method (ColorPt) |
Sets value to the given ColorPt object
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void Set(
ColorPt p
)
Public Sub Set (
p As ColorPt
)
public:
virtual void Set(
[InAttribute] ColorPt^ p
) sealed
Parameters
- p
- Type: pdftron.PDFColorPt
given ColorPt object
See Also