C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the resolution to load when loading J2K streams.
public LeadSize J2kResolution { get; set; }
Public Property J2kResolution As Leadtools.LeadSize
public Leadtools.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 Leadtools.LeadSize J2kResolution {
Leadtools.LeadSize get();
void set ( Leadtools.LeadSize );
}
The resolution to load.
Specifies the resolution of the image to load. You can specify 0 to get the default.
For an example, refer to CodecsJpeg2000Options.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET