Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

XResolution Property (CodecsWmfLoadOptions)








Gets or sets the horizontal resolution (DPI) to load.
Syntax
public int XResolution {get; set;}
'Declaration
 
Public Property XResolution As Integer
'Usage
 
Dim instance As CodecsWmfLoadOptions
Dim value As Integer
 
instance.XResolution = value
 
value = instance.XResolution
public int XResolution {get; set;}
public int getXResolution()
public void setXResolution(int xResolution)
            
 <br/>get_XResolution();<br/>set_XResolution(value);<br/>Object.defineProperty('XResolution'); 
public:
property int XResolution {
   int get();
   void set (    int value);
}

Property Value

The horizontal resolution (DPI) to load.
Example
For an example, refer to CodecsWmfOptions.
Requirements

Target Platforms

See Also

Reference

CodecsWmfLoadOptions Class
CodecsWmfLoadOptions Members

Error processing SSI file