←Select platform

Resolution Property

Summary

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

Syntax

C#
VB
Java
C++
public LeadSize Resolution { get; set; } 
Public Property Resolution As Leadtools.LeadSize 
public LeadSize getResolution() 
public void setResolution(LeadSize resolution) 
             
public: 
property Leadtools.LeadSize Resolution { 
   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 CodecsPcdOptions.

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