Skip to content

PDFUserPropertyCollection

Namespace: O2S.Components.PDF4NET.LogicalStructure

Defines a collection of structure elements.

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

Inheritance ObjectCollection<PDFUserProperty>PDFUserPropertyCollection
Implements

Constructors

PDFUserPropertyCollection()

Initializes a new PDFUserPropertyCollection object.

public PDFUserPropertyCollection()

Properties

Count

public int Count { get; }

Property Value

Int32


Item

public PDFUserProperty Item { get; set; }

Property Value

PDFUserProperty