PDFFieldCollection¶
Namespace: O2S.Components.PDF4NET.Forms
Defines a collection of interactive form fields.
public class PDFFieldCollection : System.Collections.ObjectModel.Collection`1[[O2S.Components.PDF4NET.Forms.PDFField, O2S.Components.PDF4NET.NetStandard, Version=16.3.0.1, Culture=neutral, PublicKeyToken=80d03dd9e5b85317]]
Inheritance Object → Collection<PDFField> → PDFFieldCollection
Implements
Properties¶
Count¶
Property Value
Item¶
Property Value
Item¶
Property Value
Methods¶
Remove(String)¶
Removes the field with the specified name from the collection.
Parameters
name String
The name of the field to remove.
Remarks
If the field with the specified name does not exist in the collection nothing happens.