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

Show in webframe

CmwResolution Property








Gets or sets the resolution to use when loading LEAD CMW files.
Syntax
public LeadSize CmwResolution {get; set;}
'Declaration
 
Public Property CmwResolution As LeadSize
'Usage
 
Dim instance As CodecsJpeg2000LoadOptions
Dim value As LeadSize
 
instance.CmwResolution = value
 
value = instance.CmwResolution
public LeadSize CmwResolution {get; set;}
@property (nonatomic, assign) LeadSize cmwResolution;
public LeadSize getCmwResolution()
public void setCmwResolution(LeadSize value)
            
 <br/>get_CmwResolution();<br/>set_CmwResolution(value);<br/>Object.defineProperty('CmwResolution'); 
public:
property LeadSize CmwResolution {
   LeadSize get();
   void set (    LeadSize value);
}

Property Value

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

Target Platforms

See Also

Reference

CodecsJpeg2000LoadOptions Class
CodecsJpeg2000LoadOptions Members
Programming With JPEG 2000 Features

Error processing SSI file