Skip to main content
All docs
V26.1
  • PdfDocument Constructors

    Name Parameters Description
    PdfDocument() none Initializes a new instance of the PdfDocument class.
    PdfDocument(FileVersion) version Initializes a new instance of the PdfDocument class with specified settings.
    PdfDocument(Stream, LoadOptions) stream, loadOptions Initializes a new instance of the PdfDocument class with specified settings.
    PdfDocument(Stream, String, Boolean) stream, password, detachStreamAfterLoadComplete Initializes a new instance of the PdfDocument class with specified settings.
    See Also