[]
Represents a form for editing the export options used by an PdfExporter.
public class PdfOptionsForm : ExportOptionsFormBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
| Name | Description |
|---|---|
| EmbedTrueTypeFonts | Gets or sets a value indicating whether to embed embeddable fonts used in the document. |
| Encryption | Gets or sets the type of encryption to use for a password-protected PDF document. |
| Exporter | Gets the associated exporter. |
| FormFields | Gets or sets a value indicating whether input fields in the original document should be exported as Acrobat form fields. |
| PdfACompatible | Gets or sets a value indicating whether to generate PDF/A compatible document. |
| SecurityAllowCopyContent | Gets or sets a value indicating whether the content of the resulting document can be copied. |
| SecurityAllowEditAnnotations | Gets or sets a value indicating whether the annotations in the resulting document can be edited. |
| SecurityAllowEditContent | Gets or sets a value indicating whether the content of the resulting document can be edited. |
| SecurityAllowPrint | Gets or sets a value indicating whether the resulting document can be printed. |
| SecurityOwnerPassword | Gets or sets the owner password. |
| SecurityUserPassword | Gets or sets the user password. |
| UseCompression | Gets or sets a value indicating whether to use compression. |
| ViewerPreferences | Gets or sets viewer preferences. |
| Name | Description |
|---|---|
| Dispose(bool) | Clean up any resources being used. |
| Init() |