PdfOutputOptions Properties
The PdfOutputOptions type exposes the following members.
Properties

  NameDescription
Public propertyAuthor
Author of the assembled document.
(Inherited from BasicOutputOptions.)
Public propertyComments
Comments pertaining to the assembled document.
(Inherited from BasicOutputOptions.)
Public propertyCompany
Company of the assembled document.
(Inherited from BasicOutputOptions.)
Public propertyEmbedFonts
EmbedFonts flag for the the assembled form.
Public propertyKeepFillablePdf
KeepFillablePdf flag for the the assembled form.
Public propertyKeywords
Keywords of the assembled document.
(Inherited from BasicOutputOptions.)
Public propertyOwnerPassword
OwnerPassword is an owner password for the the assembled form.
Public propertyPdfA
PdfA boolean flag for the the assembled form.
Public propertyPermissions
PdfPermissions enumeration (print, modify, copy) for the the assembled form.
Public propertySubject
Subject of the assembled document.
(Inherited from BasicOutputOptions.)
Public propertyTaggedPdf
TaggedPdf flag for the the assembled form.
Public propertyTitle
Title of the assembled document.
(Inherited from BasicOutputOptions.)
Public propertyTruncateFields
TruncateFields flag for the the assembled form.
Public propertyUserPassword
UserPassword is a user password for the the assembled form.
Back to Top
See Also