Leadtools.Codecs Namespace > RasterCodecs Class > FeedGetInformation Method : FeedGetInformation(IBuffer,Int32,Int32) Method |
'Declaration Public Overloads Function FeedGetInformation( _ ByVal data As IBuffer, _ ByVal offset As Integer, _ ByVal length As Integer _ ) As Boolean
'Usage Dim instance As RasterCodecs Dim data As IBuffer Dim offset As Integer Dim length As Integer Dim value As Boolean value = instance.FeedGetInformation(data, offset, length)
Use this method with the StartFeedGetInformation and StopFeedGetInformation methods.
For a description of how the methods relate to each other, refer to StartFeedGetInformation.