C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the resolution to use when loading LEAD CMW files.
public LeadSize CmwResolution { get; set; }
Public Property CmwResolution As Leadtools.LeadSize
public Leadtools.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 Leadtools.LeadSize CmwResolution {
Leadtools.LeadSize get();
void set ( Leadtools.LeadSize );
}
The resolution to load.
Specifies the resolution of the image to use when loading. 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