←Select platform

Jp2Resolution Property

Summary
Gets or sets the resolution to load when loading JP2 files.
Syntax
C#
VB
Objective-C
C++
Java
public LeadSize Jp2Resolution { get; set; } 
Public Property Jp2Resolution As LeadSize 
@property (nonatomic, assign) LeadSize jp2Resolution; 
public LeadSize getJp2Resolution() 
public void setJp2Resolution(LeadSize value) 
public: 
property LeadSize Jp2Resolution { 
   LeadSize get(); 
   void set (    LeadSize ); 
} 

Property Value

The resolution to load.

Remarks

Specifies the resolution of the image to load. You can specify 0 to get the default.

Example

Refer to Load.

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.