Skip to content

PDFOutputIntentCollection

Namespace: O2S.Components.PDF4NET

Defines a collection of PDF output intents.

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

Inheritance ObjectCollection<PDFOutputIntent>PDFOutputIntentCollection
Implements

Constructors

PDFOutputIntentCollection()

Initializes a new PDFOutputIntentCollection object.

public PDFOutputIntentCollection()

Properties

Count

public int Count { get; }

Property Value

Int32


Item

public PDFOutputIntent Item { get; set; }

Property Value

PDFOutputIntent