PdfOutputOptions Members

The PdfOutputOptions type exposes the following members.
Constructors

  NameDescription
Public methodPdfOutputOptions
Initializes a new instance of the PdfOutputOptions class
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
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