Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
InfoXResolution Property
See Also 
Leadtools.Codecs Namespace > CodecsOverlayData Class : InfoXResolution Property




Gets or sets the overlay image horizontal resolution in pixels per inch.

Syntax

Visual Basic (Declaration) 
Public Property InfoXResolution As Integer
Visual Basic (Usage)Copy Code
Dim instance As CodecsOverlayData
Dim value As Integer
 
instance.InfoXResolution = value
 
value = instance.InfoXResolution
C# 
public int InfoXResolution {get; set;}
Managed Extensions for C++ 
public: __property int get_InfoXResolution();
public: __property void set_InfoXResolution( 
   int value
);
C++/CLI 
public:
property int InfoXResolution {
   int get();
   void set (int value);
}

Return 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.

Example

For an example, refer to RasterCodecs.StartOverlay

Remarks

This property is output.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also