[]
Represents a base form for editing the export options of the pdf exporters.
public class PdfOptionsFormBase : ExportOptionsFormBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IContainerControl, IExportOptionsFormBase, IDisposable
Name | Description |
---|---|
EmbedFonts | Gets or sets a value indicating whether to embed embeddable fonts used in the document. |
EncryptionType | Gets or sets the type of encryption to use for a password-protected PDF document. |
PdfACompatible | Gets or sets a value indicating whether to PDF/A compatible. |
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. |
UseOutlines | Gets or sets a value indicating whether to use outlines. |
Name | Description |
---|---|
Dispose(bool) | Clean up any resources being used. |