[]
        
(Showing Draft Content)

C1.Win.C1Document.Export.PdfOptionsFormBase

PdfOptionsFormBase Class

Represents a base form for editing the export options of the pdf exporters.

Namespace: C1.Win.C1Document.Export
Assembly: C1.Win.C1Document.4.8.dll
Syntax
public class PdfOptionsFormBase : ExportOptionsFormBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IContainerControl, IExportOptionsFormBase, IDisposable

Fields

Name Description
m_EncryptionGroupBox
m_GeneralGroupBox
m_RestrictionsGroupBox
m_SecurityGroupBox
m_btnViewerPreferences
m_chkCompress
m_chkEmbedFonts
m_chkOutlines
m_chkPdfACompatible
m_chkSecurityAllowCopyContent
m_chkSecurityAllowEditAnnotations
m_chkSecurityAllowEditContent
m_chkSecurityAllowPrint
m_lblOwnerPwd
m_lblOwnerPwd2
m_lblUserPwd
m_lblUserPwd2
m_rbtEncryptionAES_128
m_rbtEncryptionRC4_128
m_rbtEncryptionRC4_40
m_txtSecurityConfirmOwnerPassword
m_txtSecurityConfirmUserPassword
m_txtSecurityOwnerPassword
m_txtSecurityUserPassword

Properties

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.

ViewerPreferences

Gets or sets viewer preferences.

Methods

Name Description
Dispose(bool)

Clean up any resources being used.