Click or drag to resize

PdfFormActionSelectedFieldCollection Class

Represents a collection of PdfField names used in PdfSubmitFormAction and PdfResetFormAction.
Inheritance Hierarchy
SystemObject
  SautinSoft.PdfPdfObject
    SautinSoft.PdfPdfCollection
      SautinSoft.PdfPdfCollectionString
        SautinSoft.Pdf.FormsPdfFormActionSelectedFieldCollection

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public sealed class PdfFormActionSelectedFieldCollection : PdfCollection<string>, 
	IList, ICollection, IEnumerable, IList<string>, 
	ICollection<string>, IEnumerable<string>

The PdfFormActionSelectedFieldCollection type exposes the following members.

Properties
 NameDescription
Public propertyAll

Gets or sets a value indicating whether to submit / reset all form fields.

If , then only fields with names specified in SelectedFields are submitted / reset (if Excluded is ) or excluded from the submission / resetting (if Excluded is ).

Default value: .

Public propertyExcluded

Gets or sets a value indicating whether fields with names specified in SelectedFields are excluded from the submission / resetting.

Default value: .

Top
Methods
 NameDescription
Public methodAdd Adds a PdfField to the end of the PdfFormActionSelectedFieldCollection.
Top
Extension Methods
 NameDescription
Public Extension MethodGetArray Gets the PdfArray that serves as a backing storage of the specified PdfCollection.
(Defined by PdfObjectExtensions)
Public Extension MethodGetArray Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetOrAddArray Gets the PdfArray that serves as a backing storage of the specified PdfCollection.
(Defined by PdfObjectExtensions)
Public Extension MethodGetOrAddDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Top
See Also