LEADTOOLS Image File Support (Leadtools.Codecs assembly)

InfoWidth Property

Show in webframe







Gets or sets the overlay image width in pixels.
Syntax
public int InfoWidth {get; set;}
'Declaration
 
Public Property InfoWidth As Integer
'Usage
 
Dim instance As CodecsOverlayData
Dim value As Integer
 
instance.InfoWidth = value
 
value = instance.InfoWidth
public int InfoWidth {get; set;}
@property (nonatomic, assign) unsigned int infoWidth;
public int getInfoWidth()
public void setInfoWidth(int value)
            
 
get_InfoWidth();
set_InfoWidth(value);
Object.defineProperty('InfoWidth');
public:
property int InfoWidth {
   int get();
   void set (    int value);
}

Property Value

The overlay image width in pixels. If the Info property of this CodecsOverlayData object is true, you need to set this property to the overlay image width, 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.