Skip to content

PDFFlowContentCollection

Namespace: O2S.Components.PDF4NET.FlowDocument

Defines a collection of flow content in a table.

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

Inheritance ObjectCollection<PDFFlowContent>PDFFlowContentCollection
Implements

Properties

Count

public int Count { get; }

Property Value

Int32


Item

public PDFFlowContent Item { get; set; }

Property Value

PDFFlowContent