VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / PdfImageViewer Class / GetImageNames(Int32) Method
Syntax Requirements SeeAlso
In This Topic
    GetImageNames(Int32) Method (PdfImageViewer)
    In This Topic
    Returns an array of names of image-resources of specified PDF page.
    Syntax
    'Declaration
    
    Public Function GetImageNames( _
    ByVal pageIndex
    A zero-based index of PDF page.
    As Integer _
    ) As String[]
    public string[] GetImageNames(
    int pageIndex
    )
    public: string[]* GetImageNames(
    int pageIndex
    )
    public:
    string[]^ GetImageNames(
    int pageIndex
    )

    Parameters

    pageIndex
    A zero-based index of PDF page.

    Return Value

    An array of names of image resources of specified PDF page.
    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