Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NImageInline Class / RegardImageResolution Property


In This Topic
    RegardImageResolution Property
    In This Topic
    Gets/Sets whether the image resolution should be regarded when the image inline computes its desired size. Taken into account only if the value of the Image property is a raster image. By default set to true.
    Syntax
    'Declaration
     
    
    Public Property RegardImageResolution As System.Boolean
    'Usage
     
    
    Dim instance As NImageInline
    Dim value As System.Boolean
     
    instance.RegardImageResolution = value
     
    value = instance.RegardImageResolution
    public System.bool RegardImageResolution {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also