Skip to content

PDFVisualFieldCollection

Namespace: O2S.Components.PDF4NET.View.Forms

Defines a collection of PDFVisualField objects.

public class PDFVisualFieldCollection : System.Collections.ObjectModel.Collection`1[[O2S.Components.PDF4NET.View.Forms.PDFVisualField, O2S.Components.PDF4NET.View.Win, Version=16.3.0.1, Culture=neutral, PublicKeyToken=660e19040de30e18]]

Inheritance ObjectCollection<PDFVisualField>PDFVisualFieldCollection
Implements

Properties

Count

public int Count { get; }

Property Value

Int32


Item

public PDFVisualField Item { get; set; }

Property Value

PDFVisualField