VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfPageLabels Class / Item Property
Syntax Requirements SeeAlso
In This Topic
    Item Property (PdfPageLabels)
    In This Topic
    Gets or sets the page label that corresponds to the specified page index.
    Syntax
    'Declaration
    
    Public Overrides Default Property Item( _
    ByVal number
    The number.
    As System.Int32 _
    ) As PdfPageLabel
    public PdfPageLabel this[
    System.Int32 number
    ]{ get; set; }
    public: __property PdfPageLabel* get_Item(
    System.Int32 number
    ); override; public: __property void set_Item(
    System.Int32 number,
    PdfPageLabel* value
    ); override;
    public:
    property PdfPageLabel^ default [System.Int32] { PdfPageLabel^ get(System.Int32 number) override;; void set(System.Int32 number, PdfPageLabel^ value) override;; }

    Parameters

    number
    The number.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also