Discuss this help topic in SecureBlackbox Forum

TElPDFImage.MaskImage

TElPDFImage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property specifies the mask image.

Declaration

[C#]
    TElPDFImage MaskImage;

[VB.NET]
    Property MaskImage As TElPDFImage

[Pascal]
    property MaskImage : TElPDFImage;

[C++]
    TElPDFImage* get_MaskImage();

[PHP]
    TElPDFImage get_MaskImage()

[Java]
    TElPDFImage getMaskImage();

Description

    Use this property to specify the mask image when ImageType has value pitMask or pitMaskInverted.

See also:     ImageType    

Discuss this help topic in SecureBlackbox Forum