←Select platform

InfoHeight Property

Summary

Gets or sets the overlay image height in pixels.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int InfoHeight { get; set; } 
Public Property InfoHeight As Integer 
public int InfoHeight {get; set;} 
@property (nonatomic, assign) NSUInteger infoHeight 
public int getInfoHeight() 
public void setInfoHeight(int value) 
             
 <br/>get_InfoHeight();<br/>set_InfoHeight(value);<br/>Object.defineProperty('InfoHeight');  
public: 
property int InfoHeight { 
   int get(); 
   void set (    int ); 
} 

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

Remarks

This property is output.

Example

For an example, refer to RasterCodecs.StartOverlay

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly