LoadDocument

DjvuImage.LoadDocument method (1 of 2)

Loads the document.

public static DjvuImage LoadDocument(Stream stream)
ParameterTypeDescription
streamStreamThe stream.

Return Value

Loaded djvu document

See Also


DjvuImage.LoadDocument method (2 of 2)

Loads the document.

public static DjvuImage LoadDocument(Stream stream, LoadOptions loadOptions)
ParameterTypeDescription
streamStreamThe stream.
loadOptionsLoadOptionsThe load options.

Return Value

Loaded djvu document

See Also