Skip to main content
All docs
V26.1
  • 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

    public PdfDocument(
        Stream stream,
        LoadOptions loadOptions
    )

    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