 | PdfPageObjectSoftMask Property |
Gets or sets the current soft mask, specifying the mask shape or mask opacity values to be used in the transparent imaging model.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PdfTypeBase SoftMask { get; set; }Public Property SoftMask As PdfTypeBase
Get
Set
public:
property PdfTypeBase^ SoftMask {
PdfTypeBase^ get ();
void set (PdfTypeBase^ value);
}member SoftMask : PdfTypeBase with get, set
/** @property */
public PdfTypeBase get_SoftMask()
/** @property */
public void set_SoftMask(PdfTypeBase value)
function get_SoftMask();
function set_SoftMask(value);
Property Value
PdfTypeBaseA soft-mask dictionary specifying the mask shape or mask opacity values to be used in the transparent imaging model, or the name None if no such mask is specified.
See Also