VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / BaseConvertFileToRequestParams Class / pageSize Property
Syntax Requirements SeeAlso
In This Topic
    pageSize Property (BaseConvertFileToRequestParams)
    In This Topic
    Gets or sets the page size.
    Syntax
    'Declaration
    
    Public Property pageSize As Vintasoft.Shared.Web.WebSize
    
    
    public Vintasoft.Shared.Web.WebSize pageSize { get; set; }
    
    
    public: __property Vintasoft.Shared.Web.WebSize* get_pageSize();
    public: __property void set_pageSize(
    Vintasoft.Shared.Web.WebSize* value
    );
    Requirements

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

    See Also