The PdfRendererOptions type exposes the following members.
Constructors
Methods
|
| Name | Description |
|---|
 | AddKeyword |
Adds a keyword to the PDF document.
|
 | AddPrivateFont |
Adds fileInfo to the private font collection.
|
Properties
|
| Name | Description |
|---|
 | Author |
Specifies the Author of the PDF document.
|
 | Creator |
Returns the Creator of the PDF document.
|
 | EnableAdd |
Enables or disables adding or modifying text annotations and interactive
form fields.
|
 | EnableCopy |
Enables or disables copying of text and graphics.
|
 | EnableModify |
Enables or disables modifying document contents (other than text annotations and
interactive form fields).
|
 | EnablePrinting |
Enables or disables printing.
|
 | FontType |
Specifies how Apoc should treat fonts.
|
 | Kerning |
Gets or sets a value that indicates whether to enable kerning.
|
 | OwnerPassword |
Specifies the owner password that will protect full access to any generated PDF documents.
|
 | Producer |
Returns the Producer of the PDF document.
|
 | Subject |
Specifies the Subject of the PDF document.
|
 | Title |
Specifies the Title of the PDF document.
|
 | UserPassword |
Specifies the user password that will protect access to any generated PDF documents.
|
See Also