Leadtools.Codecs Namespace > RasterCodecs Class > FeedGetInformation Method : FeedGetInformation(IntPtr,Int64) Method |
'Declaration Public Overloads Function FeedGetInformation( _ ByVal data As IntPtr, _ ByVal length As Long _ ) As Boolean
'Usage Dim instance As RasterCodecs Dim data As IntPtr Dim length As Long Dim value As Boolean value = instance.FeedGetInformation(data, length)
-(LTCodecsFeedGetInformationStatus)feedGetInformationData:(NSData*)data length:(unsigned int)length error:(NSError**)outError;
Use this method with the StartFeedGetInformation and StopFeedGetInformation methods.
For a description of how the methods relate to each other, refer to StartFeedGetInformation.