VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / ImagePageInfoResponseParams Class / imageResolution Property
Syntax Requirements SeeAlso
In This Topic
    imageResolution Property (ImagePageInfoResponseParams)
    In This Topic
    Gets or sets image resolution.
    Syntax
    'Declaration
    
    Public Property imageResolution As Vintasoft.Shared.Web.WebSizeF
    
    
    public Vintasoft.Shared.Web.WebSizeF imageResolution { get; set; }
    
    
    public: __property Vintasoft.Shared.Web.WebSizeF* get_imageResolution();
    public: __property void set_imageResolution(
    Vintasoft.Shared.Web.WebSizeF* value
    );
    Requirements

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

    See Also