←Select platform

J2kResolution Property

Summary

Gets or sets the resolution to load when loading J2K streams.

Syntax

C#
VB
Java
Objective-C
C++
public LeadSize J2kResolution { get; set; } 
Public Property J2kResolution As Leadtools.LeadSize 
@property (nonatomic, assign) LeadSize j2kResolution 
public LeadSize getJ2kResolution() 
public void setJ2kResolution(LeadSize value) 
             
public: 
property Leadtools.LeadSize J2kResolution { 
   Leadtools.LeadSize get(); 
   void set (    Leadtools.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

For an example, refer to ReadLoadResolutions.

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