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

InfoXResolution Property






Gets or sets the overlay image horizontal resolution in pixels per inch. .NET support WinRT support Silverlight support
Syntax
public int InfoXResolution {get; set;}
'Declaration
 
Public Property InfoXResolution As Integer
'Usage
 
Dim instance As CodecsOverlayData
Dim value As Integer
 
instance.InfoXResolution = value
 
value = instance.InfoXResolution
public int InfoXResolution {get; set;}
 get_InfoXResolution();
set_InfoXResolution(value);
public:
property int InfoXResolution {
   int get();
   void set (    int value);
}

Property Value

The overlay image horizontal resolution in pixels per inch. If the Info property of this CodecsOverlayData object is true, you need to set this property to the overlay image horizontal resolution, otherwise ignore.
Remarks
This property is output.
Example
For an example, refer to RasterCodecs.StartOverlay
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

CodecsOverlayData Class
CodecsOverlayData Members

 

 


Products | Support | Contact Us | Copyright Notices

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