Examines a stream to determine which resolutions it contains.
public IAsyncOperation<IVector<LeadSize>> ReadLoadResolutionsAsync(
ILeadStream stream
)
Public Overloads Function ReadLoadResolutionsAsync( _
ByVal stream As ILeadStream _
) As IAsyncOperation(Of IVector(Of LeadSize))
public IAsyncOperation<IVector<LeadSize>> ReadLoadResolutionsAsync(
ILeadStream stream
)
function Leadtools.Codecs.RasterCodecs.ReadLoadResolutionsAsync(ILeadStream)(
stream
)
public:
IAsyncOperation<IVector<LeadSize>^>^ ReadLoadResolutionsAsync(
ILeadStream^ stream
)
stream
A ILeadStream containing the data of the image file to query.
When this method completes, it returns the available resolutions as an array of LeadSize structures.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET