LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CmwResolution Property
See Also 
Leadtools.Codecs Namespace > CodecsJpeg2000LoadOptions Class : CmwResolution Property



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

Syntax

Visual Basic (Declaration) 
Public Property CmwResolution As LeadSize
Visual Basic (Usage)Copy Code
Dim instance As CodecsJpeg2000LoadOptions
Dim value As LeadSize
 
instance.CmwResolution = value
 
value = instance.CmwResolution
C# 
public LeadSize CmwResolution {get; set;}
C++/CLI 
public:
property LeadSize CmwResolution {
   LeadSize get();
   void set (    LeadSize value);
}

Property Value

The resolution to load.

Example

For an example, refer to CodecsJpeg2000Options.

Remarks

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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also