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: 6.9.7
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).
FastWebViewEnabled Gets or sets a value that specifies whether output should be linearized for fast viewing over the web. The default is false. Linearized PDF output (fast web view) has a big advantage when PDFs will be created and placed on a web server as a file. The first page of the PDF displays more quickly because the entire PDF does not need to be downloaded before it can be displayed. Pages can also be requested individually as they are needed while navigating through the document. Linearized PDFs are structured for optimized viewing, meaning the reader will have to do less work to display their content.
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