←Select platform

InfoHeight Property

Summary

Gets or sets the overlay image height in pixels.

Syntax
C#
VB
Objective-C
C++
Java
public int InfoHeight { get; set; } 
Public Property InfoHeight As Integer 
@property (nonatomic, assign) NSUInteger infoHeight 
public int getInfoHeight() 
public void setInfoHeight(int value) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly