ImageGear .NET v25.0 - Updated
HasXGroup Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEForm Class : HasXGroup Property
Gets a value indicating whether the XObject form has a Transparency XGroup.
Syntax
'Declaration
 
Public ReadOnly Property HasXGroup As Boolean
'Usage
 
Dim instance As ImGearPDEForm
Dim value As Boolean
 
value = instance.HasXGroup
public bool HasXGroup {get;}
public: __property bool get_HasXGroup();
public:
property bool HasXGroup {
   bool get();
}

Property Value

Boolean value.
See Also

Reference

ImGearPDEForm Class
ImGearPDEForm Members