←Select platform

CmwResolution Property

Summary

Gets or sets the resolution to use when loading LEAD CMW files.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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 ); 
} 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly