ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFDictionary Class / LayersCount Property




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