ImageGear .NET v24.14 - Updated
IsFixedSize Property (ImGearDocumentPageArray)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearDocumentPageArray Class : IsFixedSize Property
Gets a value indicating whether the Array has a fixed size.
Syntax
'Declaration
 
Public ReadOnly Property IsFixedSize As Boolean
'Usage
 
Dim instance As ImGearDocumentPageArray
Dim value As Boolean
 
value = instance.IsFixedSize
public bool IsFixedSize {get;}
public: __property bool get_IsFixedSize();
public:
property bool IsFixedSize {
   bool get();
}

Property Value

Boolean value.
See Also

Reference

ImGearDocumentPageArray Class
ImGearDocumentPageArray Members