Gets or sets the mask of bitmap.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfMask Mask { get; set; }
Public Property Mask As PdfMask
	Get
	Set
public:
property PdfMask^ Mask {
	PdfMask^ get ();
	void set (PdfMask^ value);
}
member Mask : PdfMask with get, set

Property Value

PdfMask
New PdfMask.

See Also