Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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 using a stream, 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(Stream, PdfSaveOptions) stream, saveOptions Creates an empty PDF document with no pages using the stream and PDF save options (containing encryption settings and a signature) that will be applied to the document when it is saved.
CreateEmptyDocument(Stream) stream Creates an empty PDF document with no pages using 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.