Skip to main content

PdfDocumentOptions Members

Contains options which specify the Document Properties of the created PDF file.

Constructors

Name Description
PdfDocumentOptions() Initializes a new instance of the PdfDocumentOptions class with the default settings.

Properties

Name Description
Application Gets or sets the string to be added as an Application property of the resulting PDF file.
Author Gets or sets the string to be added as an Author property of the resulting PDF file.
DefaultProducer static Specifies the default value of the PdfDocument.Producer property for all generated PDF files.
Keywords Gets or sets the string to be added as a Keywords property of the resulting PDF file.
Producer Gets or sets the string to be added as a Producer property of the resulting PDF file.
Subject Gets or sets the string to be added as a Subject property of the resulting PDF file.
Title Gets or sets the string to be added as a Title property of the resulting PDF file.

Methods

Name Description
Assign(PdfDocumentOptions) Copies all the settings from the PdfDocumentOptions object passed as a parameter.
Clone() Creates a copy of the current PdfDocumentOptions object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also