DjvuImage.LoadDocument
Contents
[
Hide
]LoadDocument(Stream)
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)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream. |
Return Value
Loaded djvu document
See Also
- class DjvuImage
- namespace Aspose.Imaging.FileFormats.Djvu
- assembly Aspose.Imaging
LoadDocument(Stream, LoadOptions)
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)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream. |
loadOptions | LoadOptions | The load options. |
Return Value
Loaded djvu document
See Also
- class LoadOptions
- class DjvuImage
- namespace Aspose.Imaging.FileFormats.Djvu
- assembly Aspose.Imaging