VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Webp Namespace / WebpPage Class / Resolution Property
Syntax Requirements SeeAlso
    Resolution Property (WebpPage)
    Gets or sets the resolution, in pixels per inch, of the image page.
    Syntax
    'Declaration
    
    Public Overrides Property Resolution As Vintasoft.Imaging.Resolution
    
    
     

    Property Value

    The resolution loaded from an image metadata if HasResolution returns true; otherwise, the default (screen) resolution.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6

    See Also