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