Offers access to the document information object where the document's title, subject, keywords, etc can be set.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public DocumentInformation DocumentInformation { get; }
Visual Basic
Public ReadOnly Property DocumentInformation As DocumentInformation
	Get
Visual C++
public:
property DocumentInformation^ DocumentInformation {
	DocumentInformation^ get ();
}

Property Value

Type: DocumentInformation

See Also