VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / GetPdfPageInfoResponseParams Class / pdfPageInfo Property
Syntax Requirements SeeAlso
In This Topic
    pdfPageInfo Property (GetPdfPageInfoResponseParams)
    In This Topic
    Gets or sets an information about PDF page.
    Syntax
    'Declaration
    
    Public Property pdfPageInfo As WebPdfPageInformation
    
    
    public WebPdfPageInformation pdfPageInfo { get; set; }
    
    
    public: __property WebPdfPageInformation* get_pdfPageInfo();
    public: __property void set_pdfPageInfo(
    WebPdfPageInformation* value
    );
    public:
    property WebPdfPageInformation^ pdfPageInfo { WebPdfPageInformation^ get(); void set(WebPdfPageInformation^ value); }
    Requirements

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

    See Also