LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Resolution Property (CodecsPcdLoadOptions)

Show in webframe







Gets or sets the resolution to load when loading PCD files.
Syntax
public LeadSize Resolution {get; set;}
'Declaration
 
Public Property Resolution As LeadSize
'Usage
 
Dim instance As CodecsPcdLoadOptions
Dim value As LeadSize
 
instance.Resolution = value
 
value = instance.Resolution
public LeadSize Resolution {get; set;}

            

            
 
get_Resolution();
set_Resolution(value);
Object.defineProperty('Resolution');
public:
property LeadSize Resolution {
   LeadSize get();
   void set (    LeadSize value);
}

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

See Also

Reference

CodecsPcdLoadOptions Class
CodecsPcdLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.