ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEForm Class / HasXGroup Property




In This Topic
    HasXGroup Property
    In This Topic
    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