Examines a stream to determine which resolutions it contains.
Public Overloads Function ReadLoadResolutions( _
ByVal stream As Stream _
) As Leadtools.LeadSize()
public [Leadtools.LeadSize[]](../l/leadsize.md) ReadLoadResolutions(
Stream stream
)
- (nullable NSArray<NSValue/*CGSize*/ *> *)loadResolutionsForStream:(LTLeadStream *)stream error:(NSError **)error
public LeadSize[] readLoadResolutions(ILeadStream stream)
function Leadtools.Codecs.RasterCodecs.ReadLoadResolutions(Stream)(
stream
)
public:
Leadtools.array<LeadSize>^ ReadLoadResolutions(
Stream^ stream
)
stream
A Stream containing the data of the image file to query.
A LeadSize structure containing the available resolutions.
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.
For an example, refer to ReadLoadResolutions.
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