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: 11.4.0.9.0.377 (.NET 4.5.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