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



Gets or sets the resolution to load when loading JP2 files.

Syntax

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

Property Value

The resolution to load.

Example

Remarks

Specifies the resolution of the image to load. 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