Click or drag to resize
PdfRendererOptions Properties

The PdfRendererOptions type exposes the following members.

Properties
  Name Description
Public property Author
Specifies the Author of the PDF document.
Public property Creator
Returns the Creator of the PDF document.
Public property EnableAdd
Enables or disables adding or modifying text annotations and interactive form fields.
Public property EnableCopy
Enables or disables copying of text and graphics.
Public property EnableModify
Enables or disables modifying document contents (other than text annotations and interactive form fields).
Public property EnablePrinting
Enables or disables printing.
Public property FontType
Specifies how Apoc should treat fonts.
Public property Kerning
Gets or sets a value that indicates whether to enable kerning.
Public property OwnerPassword
Specifies the owner password that will protect full access to any generated PDF documents.
Public property Producer
Returns the Producer of the PDF document.
Public property Subject
Specifies the Subject of the PDF document.
Public property Title
Specifies the Title of the PDF document.
Public property UserPassword
Specifies the user password that will protect access to any generated PDF documents.
Top
See Also