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



Gets or sets the overlay image height in pixels.

Syntax

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

Return Value

The overlay image height in pixels. If the Info property of this CodecsOverlayData object is true, you need to set this property to the overlay image height, otherwise, ignore.

Example

For an example, refer to RasterCodecs.StartOverlay

Remarks

This property is output.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also