VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / WebContentImage Class / resolution Property
Syntax Requirements SeeAlso
In This Topic
    resolution Property (WebContentImage)
    In This Topic
    Gets or sets a rendering resolution of content image.
    Syntax
    'Declaration
    
    Public Property resolution As Vintasoft.Shared.Web.WebPointF
    
    
    public Vintasoft.Shared.Web.WebPointF resolution { get; set; }
    
    
    public: __property Vintasoft.Shared.Web.WebPointF* get_resolution();
    public: __property void set_resolution(
    Vintasoft.Shared.Web.WebPointF* value
    );
    Requirements

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

    See Also