PdfDocumentConverter(Stream, String, Boolean) Constructor
Initializes a new instance of the PdfDocumentConverter class with specified settings.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Docs.v24.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
public PdfDocumentConverter(
Stream stream,
string password = null,
bool leaveOpen = false
)
Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A stream with the PDF file to be converted. |
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
password | String | null | A password to access the encrypted PDF document. |
leaveOpen | Boolean | False | Specifies whether to leave the document open while converted. |
See Also