ImageGear .NET v25.0 - Updated
Isolated Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEXGroup Class : Isolated Property
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

Reference

ImGearPDEXGroup Class
ImGearPDEXGroup Members