Skip to content

PDFActionCollection

Namespace: O2S.Components.PDF4NET.Actions

Defines a collection of PDF actions.

public class PDFActionCollection : System.Collections.ObjectModel.Collection`1[[O2S.Components.PDF4NET.Actions.PDFAction, O2S.Components.PDF4NET.NetStandard, Version=16.3.0.1, Culture=neutral, PublicKeyToken=80d03dd9e5b85317]]

Inheritance ObjectCollection<PDFAction>PDFActionCollection
Implements

Constructors

PDFActionCollection()

Initializes a new PDFActionCollection object.

public PDFActionCollection()

Properties

Count

public int Count { get; }

Property Value

Int32


Item

public PDFAction Item { get; set; }

Property Value

PDFAction