 | PdfPageObjectIsTransparency Property |
ets a value that represents that whether the specified PDF page object contains transparency.
Namespace:
Patagames.Pdf.Net
Assembly:
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.19.2704
Syntaxpublic bool IsTransparency { get; }
Public ReadOnly Property IsTransparency As Boolean
Get
public:
property bool IsTransparency {
bool get ();
}
member IsTransparency : bool with get
/** @property */
public boolean get_IsTransparency()
function get_IsTransparency();
Property Value
Type:
Boolean
See Also