Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfDocumentProcessor.CreateEmptyDocument Method

Name Parameters Description
CreateEmptyDocument() none Creates an empty PDF document with no pages.
CreateEmptyDocument(Stream, PdfCreationOptions) stream, creationOptions Creates an empty PDF with no pages using a stream and PDF creation options.
CreateEmptyDocument(Stream, PdfSaveOptions, PdfCreationOptions) stream, saveOptions, creationOptions Creates an empty PDF document with no pages with specified save (encryption settings and a signature) and creation options, and writes it to a stream.
CreateEmptyDocument(Stream, PdfSaveOptions) stream, saveOptions Creates an empty PDF document with no pages with specified save options (encryption and signature settings) and writes it to a stream.
CreateEmptyDocument(Stream) stream Creates an empty PDF document with no pages and writes it to a stream.
CreateEmptyDocument(String, PdfCreationOptions) path, creationOptions Creates an empty PDF document with no pages using the file path and PDF creation options.
CreateEmptyDocument(String, PdfSaveOptions, PdfCreationOptions) path, saveOptions, creationOptions Creates an empty PDF document with no pages using the file path, PDF save options (containing encryption settings and a signature) that will be applied to the document when it is saved, and PDF creation options.
CreateEmptyDocument(String, PdfSaveOptions) path, saveOptions Creates an empty PDF document with no pages using the file path and PDF save options (containing encryption settings and a signature) that will be applied to the document when it is saved.
CreateEmptyDocument(String) path Creates an empty PDF document with no pages using the file path.