Click or drag to resize

HeifDecoderGetHeifDocument Method

Provides an access to HEIF files data.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage.Heif (in Atalasoft.dotImage.Heif.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public HeifDocument GetHeifDocument(
	Stream stream,
	ProgressEventHandler progress
)

Parameters

stream
Type: System.IOStream
Stream that contains HEIF data.
progress
Type: Atalasoft.ImagingProgressEventHandler
Progress event handler.

Return Value

Type: HeifDocument
Instance of HeifDocument class.
See Also