HotDocs.Server.PdfOutputOptions Class

A PdfOutputOptions object is used to specify details of the conversion to PDF from some other format.

Methods

Method Description
GetValue Get the value of a metadata name/value pair.
HasValue Check for the existence of a metadata value.
PdfOutputOptions (Constructor) This constructor initializes a new instance of the HtmlOutputOptions class.
SetValue Set the value of a metadata name/value pair.

Properties

Properties Description
Author Access the "Author" metadata value.
Comments Access the "Comments" metadata value.
Company Access the "Company" metadata value.
Keywords Access the "Keywords" metadata value.
OwnerPassword Access the "OwnerPassword" metadata value.
PdfOutputFlags Access the PDF output flags.
PdfPermissions Access the PDF permission flags.
Subject Access the "Subject" metadata value.
Title Access the "Title" metadata value.
UserPassword Access the "UserPassword" metadata value.

Remarks

All of the above properties (except for OwnerPassword, UserPassword, PdfOutputFlags, and PdfPermissions) are equivalent to calls to GetValue and SetValue. Likewise, HasValue may be used to check for the existence of any of the above properties except for OwnerPassword, UserPassword, PdfOutputFlags, and PdfPermissions.