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

Show in webframe

Resolution Property (CodecsPtokaLoadOptions)








Gets or sets the resolution (DPI) to load.
Syntax
public int Resolution {get; set;}
'Declaration
 
Public Property Resolution As Integer
'Usage
 
Dim instance As CodecsPtokaLoadOptions
Dim value As Integer
 
instance.Resolution = value
 
value = instance.Resolution
public int Resolution {get; set;}
public int getResolution()
public void setResolution(int resolution)
            
 <br/>get_Resolution();<br/>set_Resolution(value);<br/>Object.defineProperty('Resolution'); 
public:
property int Resolution {
   int get();
   void set (    int value);
}

Property Value

The resolution (DPI) to load.
Remarks

A value of 0 means use current screen resolution (usually 96).

Example
For an example, refer to CodecsPtokaOptions.
Requirements

Target Platforms

See Also

Reference

CodecsPtokaLoadOptions Class
CodecsPtokaLoadOptions Members

Error processing SSI file