Table of Contents

Class PdfAcroForm.Keys

Namespace
PdfSharp.Pdf.AcroForms
Assembly
PdfSharp.dll

Predefined keys of this dictionary. The description comes from PDF 1.4 Reference.

public sealed class PdfAcroForm.Keys : KeysBase
Inheritance
PdfAcroForm.Keys
Inherited Members

Constructors

Keys()

public Keys()

Fields

CO

(Required if any fields in the document have additional-actions dictionaries containing a C entry; PDF 1.3) An array of indirect references to field dictionaries with calculation actions, defining the calculation order in which their values will be recalculated when the value of any field changes.

public const string CO = "/CO"

Field Value

string

DA

(Optional) A document-wide default value for the DA attribute of variable text fields.

public const string DA = "/DA"

Field Value

string

DR

(Optional) A document-wide default value for the DR attribute of variable text fields.

public const string DR = "/DR"

Field Value

string

Fields

(Required) An array of references to the document’s root fields (those with no ancestors in the field hierarchy).

public const string Fields = "/Fields"

Field Value

string

NeedAppearances

(Optional) A flag specifying whether to construct appearance streams and appearance dictionaries for all widget annotations in the document. Default value: false.

public const string NeedAppearances = "/NeedAppearances"

Field Value

string

Q

(Optional) A document-wide default value for the Q attribute of variable text fields.

public const string Q = "/Q"

Field Value

string

SigFlags

(Optional; PDF 1.3) A set of flags specifying various document-level characteristics related to signature fields. Default value: 0.

public const string SigFlags = "/SigFlags"

Field Value

string