LEADTOOLS Image File Support (Leadtools.Codecs assembly)

InfoHeight Property

Show in webframe







Gets or sets the overlay image height in pixels.
Syntax
public int InfoHeight {get; set;}
'Declaration
 
Public Property InfoHeight As Integer
'Usage
 
Dim instance As CodecsOverlayData
Dim value As Integer
 
instance.InfoHeight = value
 
value = instance.InfoHeight
public int InfoHeight {get; set;}
@property (nonatomic, assign) unsigned int infoHeight;
public int getInfoHeight()
public void setInfoHeight(int value)
            
 
get_InfoHeight();
set_InfoHeight(value);
Object.defineProperty('InfoHeight');
public:
property int InfoHeight {
   int get();
   void set (    int value);
}

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

See Also

Reference

CodecsOverlayData Class
CodecsOverlayData Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.