AcroFields Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.AcroFields[[AcroFields]] end
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
> |
|
|
|
|
|
|
|
|
|
|
|
> |
|
|
|
|
|
|
|
|
|
|
Methods
Public Static methods
|
Returns |
Name |
|---|---|
|
|
( |
Internal methods
|
Returns |
Name |
|---|---|
|
|
() |
|
|
( |
|
|
(
ar) |
|
|
(
nDic,
check) |
Public methods
|
Returns |
Name |
|---|---|
|
|
(
font) |
|
|
( |
|
|
(
merged,
tx) |
|
|
( |
|
|
(
writer) |
|
|
( |
|
|
( |
|
|
() |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
() |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
() |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
Details
Nested types
Classes
-
Item -
FieldPosition
Constructors
AcroFields
Source code
internal AcroFields(PdfReader reader, PdfWriter writer)
Arguments
Methods
SplitDAelements
Source code
public static object SplitDAelements(string da)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
da |
Fill
Source code
internal void Fill()
GetAppearanceStates
Source code
public virtual string GetAppearanceStates(string fieldName)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
fieldName |
GetListOptionExport
Source code
public virtual string GetListOptionExport(string fieldName)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
fieldName |
GetListOptionDisplay
Source code
public virtual string GetListOptionDisplay(string fieldName)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
fieldName |
SetListOption
Source code
public virtual bool SetListOption(string fieldName, string[] exportValues, string[] displayValues)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
fieldName |
|
|
|
exportValues |
|
|
|
displayValues |
GetFieldType
Source code
public virtual int GetFieldType(string fieldName)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
fieldName |
ExportAsFdf
Source code
public virtual void ExportAsFdf(FdfWriter writer)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
RenameField
Source code
public virtual bool RenameField(string oldName, string newName)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
oldName |
|
|
|
newName |
DecodeGenericDictionary
Source code
public virtual void DecodeGenericDictionary(PdfDictionary merged, BaseField tx)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
merged |
|
|
|
tx |
GetAppearance [1/2]
Source code
internal PdfAppearance GetAppearance(PdfDictionary merged, string[] values, string fieldName)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
merged |
|
|
|
values |
|
|
|
fieldName |
GetAppearance [2/2]
Source code
internal PdfAppearance GetAppearance(PdfDictionary merged, string text, string fieldName)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
merged |
|
|
|
text |
|
|
|
fieldName |
GetMKColor
Source code
internal BaseColor GetMKColor(PdfArray ar)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
ar |
GetFieldRichValue
Source code
public virtual string GetFieldRichValue(string name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
GetField
Source code
public virtual string GetField(string name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
GetListSelection
Source code
public virtual string GetListSelection(string name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
SetFieldProperty [1/2]
Source code
public virtual bool SetFieldProperty(string field, string name, object value, int[] inst)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
field |
|
|
|
name |
|
|
|
value |
|
|
|
inst |
SetFieldProperty [2/2]
Source code
public virtual bool SetFieldProperty(string field, string name, int value, int[] inst)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
field |
|
|
|
name |
|
|
|
value |
|
|
|
inst |
MergeXfaData
Source code
public virtual void MergeXfaData(XmlNode n)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
n |
SetFields [1/2]
Source code
public virtual void SetFields(FdfReader fdf)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
fdf |
SetFields [2/2]
Source code
public virtual void SetFields(XfdfReader xfdf)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
xfdf |
RegenerateField
Source code
public virtual bool RegenerateField(string name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
SetField [1/4]
Source code
public virtual bool SetField(string name, string value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
|
|
|
value |
SetField [2/4]
Source code
public virtual bool SetField(string name, string value, bool saveAppearance)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
|
|
|
value |
|
|
|
saveAppearance |
SetFieldRichValue
Source code
public virtual bool SetFieldRichValue(string name, string richValue)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
|
|
|
richValue |
SetField [3/4]
Source code
public virtual bool SetField(string name, string value, string display)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
|
|
|
value |
|
|
|
display |
SetField [4/4]
Source code
public virtual bool SetField(string name, string value, string display, bool saveAppearance)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
|
|
|
value |
|
|
|
display |
|
|
|
saveAppearance |
SetListSelection
Source code
public virtual bool SetListSelection(string name, string[] value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
|
|
|
value |
IsInAP
Source code
internal bool IsInAP(PdfDictionary nDic, PdfName check)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
nDic |
|
|
|
check |
GetFieldItem
Source code
public virtual Item GetFieldItem(string name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
GetTranslatedFieldName
Source code
public virtual string GetTranslatedFieldName(string name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
GetFieldPositions
Source code
public virtual IList<FieldPosition> GetFieldPositions(string name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
RemoveFieldsFromPage
Source code
public virtual bool RemoveFieldsFromPage(int page)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
page |
RemoveField [1/2]
Source code
public virtual bool RemoveField(string name, int page)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
|
|
|
page |
RemoveField [2/2]
Source code
public virtual bool RemoveField(string name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
ClearSignatureField
Source code
public virtual bool ClearSignatureField(string name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
GetSignatureNames
Source code
public virtual List<string> GetSignatureNames()
GetBlankSignatureNames
Source code
public virtual List<string> GetBlankSignatureNames()
GetSignatureDictionary
Source code
public virtual PdfDictionary GetSignatureDictionary(string name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
GetNormalAppearance
Source code
public virtual PdfIndirectReference GetNormalAppearance(string name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
SignatureCoversWholeDocument
Source code
public virtual bool SignatureCoversWholeDocument(string name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
VerifySignature
Source code
public virtual PdfPKCS7 VerifySignature(string name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
GetRevision
Source code
public virtual int GetRevision(string field)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
field |
ExtractRevision
Source code
public virtual Stream ExtractRevision(string field)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
field |
SetExtraMargin
Source code
public virtual void SetExtraMargin(float extraMarginLeft, float extraMarginTop)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
extraMarginLeft |
|
|
|
extraMarginTop |
AddSubstitutionFont
Source code
public virtual void AddSubstitutionFont(BaseFont font)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
font |
RemoveXfa
Source code
public virtual void RemoveXfa()
GetNewPushbuttonFromField [1/2]
Source code
public virtual PushbuttonField GetNewPushbuttonFromField(string field)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
field |
GetNewPushbuttonFromField [2/2]
Source code
public virtual PushbuttonField GetNewPushbuttonFromField(string field, int order)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
field |
|
|
|
order |
ReplacePushbuttonField [1/2]
Source code
public virtual bool ReplacePushbuttonField(string field, PdfFormField button)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
field |
|
|
|
button |
ReplacePushbuttonField [2/2]
Source code
public virtual bool ReplacePushbuttonField(string field, PdfFormField button, int order)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
field |
|
|
|
button |
|
|
|
order |
DoesSignatureFieldExist
Source code
public virtual bool DoesSignatureFieldExist(string name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
Properties
Fields
public virtual IDictionary<string, Item> Fields { get; }
GenerateAppearances
public virtual bool GenerateAppearances { get; set; }
TotalRevisions
public virtual int TotalRevisions { get; }
FieldCache
public virtual IDictionary<string, TextField> FieldCache { get; set; }
SubstitutionFonts
public virtual List<BaseFont> SubstitutionFonts { get; set; }
Xfa
public virtual XfaForm Xfa { get; }
Generated with ModularDoc