RadControls for WinForms

The PdfRendererOptions type exposes the following members.

Constructors

  NameDescription
Public methodPdfRendererOptions
Initializes a new instance of the PdfRendererOptions class

Methods

  NameDescription
Public methodAddKeyword
Adds a keyword to the PDF document.
Public methodAddPrivateFont
Adds fileInfo to the private font collection.

Properties

  NameDescription
Public propertyAuthor
Specifies the Author of the PDF document.
Public propertyCreator
Returns the Creator of the PDF document.
Public propertyEnableAdd
Enables or disables adding or modifying text annotations and interactive form fields.
Public propertyEnableCopy
Enables or disables copying of text and graphics.
Public propertyEnableModify
Enables or disables modifying document contents (other than text annotations and interactive form fields).
Public propertyEnablePrinting
Enables or disables printing.
Public propertyFontType
Specifies how Apoc should treat fonts.
Public propertyKerning
Gets or sets a value that indicates whether to enable kerning.
Public propertyOwnerPassword
Specifies the owner password that will protect full access to any generated PDF documents.
Public propertyProducer
Returns the Producer of the PDF document.
Public propertySubject
Specifies the Subject of the PDF document.
Public propertyTitle
Specifies the Title of the PDF document.
Public propertyUserPassword
Specifies the user password that will protect access to any generated PDF documents.

See Also