PdfDocument(Stream, LoadOptions) Constructor
Initializes a new instance of the PdfDocument class with specified settings.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| stream | Stream | A stream that contains the PDF document to load. |
| loadOptions | LoadOptions | An object that specifies the settings to load the PDF document. |
See Also