LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Jp2Resolution Property

Show in webframe







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)
            
 
get_Jp2Resolution();
set_Jp2Resolution(value);
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 CodecsJpeg2000Options.Load.
Requirements

Target Platforms

See Also

Reference

CodecsJpeg2000LoadOptions Class
CodecsJpeg2000LoadOptions Members
Programming With JPEG 2000 Features

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.