ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFDocument Class / LayerCount Property




In This Topic
    LayerCount Property
    In This Topic
    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