|
PdfSharp-WPF
1.31.7289
|
Holds a collection of interactive fields. More...
Properties | |
| string[] | Names [get] |
| Gets the names of all fields in the collection. More... | |
| string[] | DescendantNames [get] |
| Gets an array of all descendant names. More... | |
| PdfAcroField | this[int index] [get] |
| Gets a field from the collection. For your convenience an instance of a derived class like PdfTextField or PdfCheckBox is returned if PDFsharp can guess the actual type of the dictionary. If the actual type cannot be guessed by PDFsharp the function returns an instance of PdfGenericField. More... | |
| PdfAcroField | this[string name] [get] |
| Gets the field with the specified name. More... | |
Properties inherited from PdfSharp.Pdf.PdfArray | |
| ArrayElements | Elements [get] |
| Gets the collection containing the elements of this object. More... | |
Properties inherited from PdfSharp.Pdf.PdfObject | |
| virtual PdfDocument | Owner [get] |
| Gets the PdfDocument this object belongs to. More... | |
| bool | IsIndirect [get] |
| Indicates whether the object is an indirect object. More... | |
| PdfObjectInternals | Internals [get] |
| Gets the PdfInternals object of this document, that grants access to some internal structures which are not part of the public interface of PdfDocument. More... | |
| PdfReference | Reference [get, set] |
| Gets the indirect reference of this object. If the value is null, this object is a direct object. More... | |
Additional Inherited Members | |
Public Member Functions inherited from PdfSharp.Pdf.PdfArray | |
| PdfArray () | |
| Initializes a new instance of the PdfArray class. More... | |
| PdfArray (PdfDocument document) | |
| Initializes a new instance of the PdfArray class. More... | |
| PdfArray (PdfDocument document, params PdfItem[] items) | |
| Initializes a new instance of the PdfArray class. More... | |
| new PdfArray | Clone () |
| Creates a copy of this array. Direct elements are deep copied. Indirect references are not modified. More... | |
| virtual IEnumerator< PdfItem > | GetEnumerator () |
| Returns an enumerator that iterates through a collection. More... | |
| override string | ToString () |
| Returns a string with the content of this object in a readable form. Useful for debugging purposes only. More... | |
Public Member Functions inherited from PdfSharp.Pdf.PdfObject | |
| new PdfObject | Clone () |
| Creates a copy of this object. The clone does not belong to a document, i.e. its owner and its iref are null. More... | |
Public Member Functions inherited from PdfSharp.Pdf.PdfItem | |
| PdfItem | Clone () |
| Creates a copy of this object. More... | |
Protected Member Functions inherited from PdfSharp.Pdf.PdfArray | |
| PdfArray (PdfArray array) | |
| Initializes a new instance from an existing dictionary. Used for object type transformation. More... | |
| override object | Copy () |
| Implements the copy mechanism. More... | |
Protected Member Functions inherited from PdfSharp.Pdf.PdfObject | |
| PdfObject () | |
| Initializes a new instance of the PdfObject class. More... | |
| PdfObject (PdfDocument document) | |
| Initializes a new instance of the PdfObject class. More... | |
| PdfObject (PdfObject obj) | |
| Initializes a new instance from an existing object. Used for object type transformation. More... | |
| override object | Copy () |
| Implements the copy mechanism. Must be overridden in derived classes. More... | |
Holds a collection of interactive fields.
|
get |
Gets an array of all descendant names.
|
get |
Gets the names of all fields in the collection.
|
get |
Gets a field from the collection. For your convenience an instance of a derived class like PdfTextField or PdfCheckBox is returned if PDFsharp can guess the actual type of the dictionary. If the actual type cannot be guessed by PDFsharp the function returns an instance of PdfGenericField.
|
get |
Gets the field with the specified name.