 | PdfPageObjectAlphaShape Property |
Gets or sets a flag specifying whether the current soft mask and alpha constant parameters are to be interpreted as shape values (true) or opacity values(false).
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic bool AlphaShape { get; set; }Public Property AlphaShape As Boolean
Get
Set
public:
property bool AlphaShape {
bool get ();
void set (bool value);
}member AlphaShape : bool with get, set
/** @property */
public boolean get_AlphaShape()
/** @property */
public void set_AlphaShape(boolean value)
function get_AlphaShape();
function set_AlphaShape(value);
Property Value
Boolean
See Also