VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.AspNetCore.ApiControllers Namespace / VintasoftPdfApiController Class / GetPdfBookmarks(WebImageFileRequestParams) Method
Syntax Requirements SeeAlso
In This Topic
    GetPdfBookmarks(WebImageFileRequestParams) Method (VintasoftPdfApiController)
    In This Topic
    Returns information about PDF document bookmarks.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function GetPdfBookmarks( _
    ByVal requestParams
    Information about PDF document.
    As Vintasoft.Shared.Web.WebImageFileRequestParams _
    ) As Vintasoft.Imaging.Pdf.Web.Services.PdfBookmarksResponseParams
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public virtual Vintasoft.Imaging.Pdf.Web.Services.PdfBookmarksResponseParams GetPdfBookmarks(
    Vintasoft.Shared.Web.WebImageFileRequestParams requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: virtual Vintasoft.Imaging.Pdf.Web.Services.PdfBookmarksResponseParams* GetPdfBookmarks(
    Vintasoft.Shared.Web.WebImageFileRequestParams* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    virtual Vintasoft.Imaging.Pdf.Web.Services.PdfBookmarksResponseParams^ GetPdfBookmarks(
    Vintasoft.Shared.Web.WebImageFileRequestParams^ requestParams
    )

    Parameters

    requestParams
    Information about PDF document.

    Return Value

    Response from the server, which contains information about PDF document bookmarks.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6

    See Also