PdfImageMask
SoftMask Property
|
Gets the mask type.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool SoftMask { get; }
Public ReadOnly Property SoftMask As Boolean
Get
public:
property bool SoftMask {
bool get ();
}
member SoftMask : bool with get
Property Value
Type:
Boolean
true
if soft mask; otherwise, hard mask
false
.
See Also