LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

Info Property (CodecsOverlayData)






Gets a value that determines whether overlay image info or actual image is needed. .NET support WinRT support Silverlight support
Syntax
public bool Info {get;}
'Declaration
 
Public ReadOnly Property Info As Boolean
'Usage
 
Dim instance As CodecsOverlayData
Dim value As Boolean
 
value = instance.Info
public bool Info {get;}
 get_Info(); 
public:
property bool Info {
   bool get();
}

Property Value

Value Description
true Only the information about the overlay image is needed. You must now in fill in the InfoWidth, InfoHeight, InfoXResolution and InfoYResolution properties of this CodecsOverlayData object.
false The actual overlay image is needed. You must now load the overlay image into the Image property of this CodecsOverlayData object.
Remarks
This property is input only.
Example
For an example, refer to RasterCodecs.StartOverlay
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsOverlayData Class
CodecsOverlayData Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.