Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
FeedGetInformation Method
See Also 
Leadtools.Codecs Namespace > RasterCodecs Class : FeedGetInformation Method




Supplies image data to the file information process from a buffer that you provide.

Overload List

OverloadDescription
FeedGetInformation(Byte[],Int32,Int32) Supplies image data to the file information process from a buffer that you provide.  
FeedGetInformation(IntPtr,Int32) Supplies unmanaged memory image data to the file information process from a buffer that you provide.  

Example

For an example, refer to StartFeedGetInformation.

Remarks

Use this method with the StartFeedGetInformation and StopFeedGetInformation methods.

For a description of how the methods relate to each other, refer to StartFeedGetInformation.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also