Get/set the explicit masking.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public Image ImageMask { get; set; } |
Visual Basic |
---|
Public Property ImageMask As Image Get Set |
Visual C++ |
---|
public: property Image^ ImageMask { Image^ get (); void set (Image^ value); } |