Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

ImageDpiX Property






Gets the horizontal resolution of the of the current image in the viewer.
Syntax
[BrowsableAttribute(false)]
public virtual float ImageDpiX {get;}
'Declaration
 
<BrowsableAttribute(False)>
Public Overridable ReadOnly Property ImageDpiX As Single
'Usage
 
Dim instance As RasterImageViewer
Dim value As Single
 
value = instance.ImageDpiX

            

            
[BrowsableAttribute(false)]
public:
virtual property float ImageDpiX {
   float get();
}

Property Value

A value in dots per inch for the horizontal resolution supported of the current image in the viewer.
Example
Refer to BorderPadding.
Requirements

Target Platforms

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

Error processing SSI file