Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
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)feedGetInformation:(const unsigned char *)buffer length:(NSUInteger)length error:(NSError **)error - (LTCodecsFeedGetInformationStatus)feedGetInformationData:(NSData*)data length:(NSUInteger)length error:(NSError**)error
Use this method with the StartFeedGetInformation and StopFeedGetInformation methods.
For a description of how the methods relate to each other, refer to StartFeedGetInformation.