VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / PdfResourceInfoResponseParams Class / info Property
Syntax Requirements SeeAlso
In This Topic
    info Property (PdfResourceInfoResponseParams)
    In This Topic
    Gets or sets information about PDF resource.
    Syntax
    'Declaration
    
    Public Property info As WebPdfResource
    
    
    public WebPdfResource info { get; set; }
    
    
    public: __property WebPdfResource* get_info();
    public: __property void set_info(
    WebPdfResource* value
    );
    public:
    property WebPdfResource^ info { WebPdfResource^ get(); void set(WebPdfResource^ value); }
    Requirements

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

    See Also