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

Show in webframe

Resolution Property (CodecsPcdLoadOptions)








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

Property Value

The resolution to load.
Remarks
Specifies the resolution of the image to load. You can specify 0 to get the default.
Example
For an example, refer to CodecsPcdOptions.
Requirements

Target Platforms

See Also

Reference

CodecsPcdLoadOptions Class
CodecsPcdLoadOptions Members

Error processing SSI file