VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Shared.Web Namespace / WebRenderingSettings Class / resolution Property
Syntax Requirements SeeAlso
In This Topic
    resolution Property (WebRenderingSettings)
    In This Topic
    Gets or sets the resolution, in pixels per inch, for image rendering.
    Syntax
    'Declaration
    
    Public Property resolution As WebPointF
    
    
    public WebPointF resolution { get; set; }
    
    
    public: __property WebPointF* get_resolution();
    public: __property void set_resolution(
    WebPointF* value
    );
    public:
    property WebPointF^ resolution { WebPointF^ get(); void set(WebPointF^ value); }
    Requirements

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

    See Also