ImageGear .NET v25.0 - Updated
LayersCount Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFDictionary Class : LayersCount Property
Gets the number of layers listed in a membership dictionary.
Syntax
'Declaration
 
Public ReadOnly Property LayersCount As Integer
'Usage
 
Dim instance As ImGearPDFDictionary
Dim value As Integer
 
value = instance.LayersCount
public int LayersCount {get;}
public: __property int get_LayersCount();
public:
property int LayersCount {
   int get();
}

Property Value

Integer value.
See Also

Reference

ImGearPDFDictionary Class
ImGearPDFDictionary Members
ImGearPDFLayer Class