 | 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.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.52.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.52.2704
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
Type:
Boolean
See Also