PdfOutputOptions Class

Represents a set of PDF output options used for document conversion.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
public class PdfOutputOptions : OutputOptions
Inheritance
Object    OutputOptions    PdfOutputOptions

Constructors

PdfOutputOptionsInitializes a new instance of the PdfOutputOptions class.

Properties

Attachments Gets or sets the attachments to add to the output file. This will make the output file, a PDF Portfolio (aka PDF Package).
FormatGets or sets the format to convert to.
(Inherited from OutputOptions)
PasswordGets or sets the password which is used for saving a protected document.
WatermarksGets or sets the watermarks to apply for the document pages.

See Also