LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

Resolution Property (CodecsPcdLoadOptions)






Gets or sets the resolution to load when loading PCD files. .NET support
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);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsPcdLoadOptions Class
CodecsPcdLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.