←Select platform

CmwResolution Property

Summary
Gets or sets the resolution to use when loading LEAD CMW files.
Syntax
C#
VB
Objective-C
C++
Java
public LeadSize CmwResolution { get; set; } 
Public Property CmwResolution As LeadSize 
@property (nonatomic, assign) LeadSize cmwResolution; 
public LeadSize getCmwResolution() 
public void setCmwResolution(LeadSize value) 
public: 
property LeadSize CmwResolution { 
   LeadSize get(); 
   void set (    LeadSize ); 
} 

Property Value

The resolution to load.

Remarks

Specifies the resolution of the image to use when loading. You can specify 0 to get the default.

Example

For an example, refer to CodecsJpeg2000Options.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.