Leadtools.Codecs Namespace > RasterCodecs Class : ReadLoadResolutionsAsync Method |
public IAsyncOperation<IVector<LeadSize>> ReadLoadResolutionsAsync( ILeadStream stream )
'Declaration Public Function ReadLoadResolutionsAsync( _ ByVal stream As ILeadStream _ ) As IAsyncOperation(Of IVector(Of LeadSize))
'Usage Dim instance As RasterCodecs Dim stream As ILeadStream Dim value As IAsyncOperation(Of IVector(Of LeadSize)) value = instance.ReadLoadResolutionsAsync(stream)
public IAsyncOperation<IVector<LeadSize>> ReadLoadResolutionsAsync( ILeadStream stream )
function Leadtools.Codecs.RasterCodecs.ReadLoadResolutionsAsync( stream )
public: IAsyncOperation<IVector<LeadSize>^>^ ReadLoadResolutionsAsync( ILeadStream^ stream )
A FlashPix, PhotoCD, ECW, JPEG 2000 or JBIG/JBIG2 file can contain more than one copy of the same image, each at a different physical resolution (width and height in pixels).
After you get the available resolutions, you can use any of the following to specify the one to be loaded:
For more information, refer to Implementing JBIG Features.