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

Show in webframe

Jp2Resolution Property








Gets or sets the resolution to load when loading JP2 files.
Syntax
public LeadSize Jp2Resolution {get; set;}
'Declaration
 
Public Property Jp2Resolution As LeadSize
'Usage
 
Dim instance As CodecsJpeg2000LoadOptions
Dim value As LeadSize
 
instance.Jp2Resolution = value
 
value = instance.Jp2Resolution
public LeadSize Jp2Resolution {get; set;}
@property (nonatomic, assign) LeadSize jp2Resolution;
public LeadSize getJp2Resolution()
public void setJp2Resolution(LeadSize value)
            
 <br/>get_Jp2Resolution();<br/>set_Jp2Resolution(value);<br/>Object.defineProperty('Jp2Resolution'); 
public:
property LeadSize Jp2Resolution {
   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
Refer to Load.
Requirements

Target Platforms

See Also

Reference

CodecsJpeg2000LoadOptions Class
CodecsJpeg2000LoadOptions Members
Programming With JPEG 2000 Features

Error processing SSI file