HeifDecoderGetHeifDocument Method |
Provides an access to HEIF files data.
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage.Heif (in Atalasoft.dotImage.Heif.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public HeifDocument GetHeifDocument(
Stream stream,
ProgressEventHandler progress
)
Public Function GetHeifDocument (
stream As Stream,
progress As ProgressEventHandler
) As HeifDocument
Parameters
- stream
- Type: System.IOStream
Stream that contains HEIF data. - progress
- Type: Atalasoft.ImagingProgressEventHandler
Progress event handler.
Return Value
Type:
HeifDocumentInstance of
HeifDocument class.
See Also