PdfDocument(PdfDocumentCreateSettings) Constructor

Initializes a new instance of the PdfDocument class using the specified creation settings.

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.0.0
C#
public PdfDocument(
	PdfDocumentCreateSettings settings
)

Parameters

settings  PdfDocumentCreateSettings
The settings used to configure the PDF document creation, including page size, page orientation, margins, and metadata.

See Also