Leadtools.Codecs Namespace > RasterCodecs Class : ReadExtensionsAsync Method |
public IAsyncOperation<CodecsExtensionList> ReadExtensionsAsync( ILeadStream stream, int pageNumber )
'Declaration Public Function ReadExtensionsAsync( _ ByVal stream As ILeadStream, _ ByVal pageNumber As Integer _ ) As IAsyncOperation(Of CodecsExtensionList)
'Usage Dim instance As RasterCodecs Dim stream As ILeadStream Dim pageNumber As Integer Dim value As IAsyncOperation(Of CodecsExtensionList) value = instance.ReadExtensionsAsync(stream, pageNumber)
public IAsyncOperation<CodecsExtensionList> ReadExtensionsAsync( ILeadStream stream, int pageNumber )
function Leadtools.Codecs.RasterCodecs.ReadExtensionsAsync( stream , pageNumber )
public: IAsyncOperation<CodecsExtensionList^>^ ReadExtensionsAsync( ILeadStream^ stream, int pageNumber )
Please note that not all Exif files have extensions.
Currently, this method works only with Exif files. Exif files can contain extra data stored as "FlashPix extensions". This method can be used to access this extra data. Leadtools refers to this extra data as "extensions".
You must dispose the CodecsExtensionList returned from this method when you are done using it.