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

Show in webframe

J2kResolution Property (CodecsJpeg2000LoadOptions)








Gets or sets the resolution to load when loading J2K streams.
Syntax
public LeadSize J2kResolution {get; set;}
'Declaration
 
Public Property J2kResolution As LeadSize
'Usage
 
Dim instance As CodecsJpeg2000LoadOptions
Dim value As LeadSize
 
instance.J2kResolution = value
 
value = instance.J2kResolution
public LeadSize J2kResolution {get; set;}
@property (nonatomic, assign) LeadSize j2kResolution;
public LeadSize getJ2kResolution()
public void setJ2kResolution(LeadSize value)
            
 <br/>get_J2kResolution();<br/>set_J2kResolution(value);<br/>Object.defineProperty('J2kResolution'); 
public:
property LeadSize J2kResolution {
   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 CodecsJpeg2000Options.
Requirements

Target Platforms

See Also

Reference

CodecsJpeg2000LoadOptions Class
CodecsJpeg2000LoadOptions Members
Programming With JPEG 2000 Features

Error processing SSI file