Skip to content

PDFPathItemCollection

Namespace: O2S.Components.PDF4NET.Content

Defines a collection of items that compose a PDF path displayed on a PDF page.

public class PDFPathItemCollection : System.Collections.ObjectModel.ReadOnlyCollection`1[[O2S.Components.PDF4NET.Content.PDFPathItem, O2S.Components.PDF4NET.NetStandard, Version=16.3.0.1, Culture=neutral, PublicKeyToken=80d03dd9e5b85317]]

Inheritance ObjectReadOnlyCollection<PDFPathItem>PDFPathItemCollection
Implements

Properties

Count

public int Count { get; }

Property Value

Int32


Item

public PDFPathItem Item { get; }

Property Value

PDFPathItem