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

Resolution Property (CodecsPtokaLoadOptions)






Gets or sets the resolution (DPI) to load. .NET support
Syntax
public int Resolution {get; set;}
'Declaration
 
Public Property Resolution As Integer
'Usage
 
Dim instance As CodecsPtokaLoadOptions
Dim value As Integer
 
instance.Resolution = value
 
value = instance.Resolution
public int Resolution {get; set;}
 get_Resolution();
set_Resolution(value);
public:
property int Resolution {
   int get();
   void set (    int value);
}

Property Value

The resolution (DPI) to load.
Remarks

A value of 0 means use current screen resolution (usually 96).

Example
For an example, refer to CodecsPtokaOptions.
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

CodecsPtokaLoadOptions Class
CodecsPtokaLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

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