Gets the format of the image in a stream.
public IAsyncOperation<RasterImageFormat> GetFormatAsync(
ILeadStream stream
)
Public Function GetFormatAsync( _
ByVal stream As ILeadStream _
) As IAsyncOperation(Of RasterImageFormat)
- (void)formatOfStreamAsync:(LTLeadStream *)stream
completion:(void (^)(LTRasterImageFormat format, NSError * __nullable error))completion
public:
IAsyncOperation<RasterImageFormat>^ GetFormatAsync(
ILeadStream^ stream
)
stream
A ILeadStream containing the image data to query.
The format of the image.
GetInformationAsync and GetFormatAsync use GetInformationAsync internally. So, if more information about the image is required, it is recommended to call GetInformationAsync directly and obtain the data once.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document