ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEXGroup Class / Isolated Property




In This Topic
    Isolated Property
    In This Topic
    Gets or sets a value indicating whether the XGroup is isolated.
    Syntax
    'Declaration
     
    Public Property Isolated As Boolean
    'Usage
     
    Dim instance As ImGearPDEXGroup
    Dim value As Boolean
     
    instance.Isolated = value
     
    value = instance.Isolated
    public bool Isolated {get; set;}
    public: __property bool get_Isolated();
    public: __property void set_Isolated( 
       bool value
    );
    public:
    property bool Isolated {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    Remarks
    Corresponds to the /I key within the XGroup's dictionary.
    See Also