ElementIsImageMask Method |
Checks if is image mask.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool IsImageMask()
Public Function IsImageMask As Boolean
public:
virtual bool IsImageMask() sealed
Return Value
Type:
Boolean a bool indicating whether the inline image is to be treated as an image mask.
See Also