ImageGear .NET - Updated
LayerCount Property (ImGearPDFDocument)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFDocument Class : LayerCount Property
Gets layer count for the document.
Syntax
'Declaration
 
Public ReadOnly Property LayerCount As Integer
'Usage
 
Dim instance As ImGearPDFDocument
Dim value As Integer
 
value = instance.LayerCount
public int LayerCount {get;}
public: __property int get_LayerCount();
public:
property int LayerCount {
   int get();
}

Property Value

Integer value.
See Also

Reference

ImGearPDFDocument Class
ImGearPDFDocument Members