LoadDocument

DjvuImage.LoadDocument method (1 of 2)

Load your DjVu document with this method. Streamline your process by quickly accessing and importing your DjVu files into your application.

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

Return Value

Loaded djvu document

See Also


DjvuImage.LoadDocument method (2 of 2)

Import your DjVu document by utilizing this method with stream and loadOptions parameters. Streamline your process by quickly accessing and importing DjVu files into your application, providing flexibility and customization options to meet your needs.

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

Return Value

Loaded djvu document

See Also