Gets or sets a value indicating whether the bits of the mask image
of this
PdfImage should be inverted.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool UseMaskInverted { get; set; }
VB
Public Property UseMaskInverted As Boolean
Get
Set
Property Value
Type:
Booleantrue if the bits of the mask image of this
PdfImage should be inverted;
otherwise,
false.
See Also