Click or drag to resize

PdfOutputIntentsCollection Class

A collection of output intents describing the color characteristics of output devices on which the document might be rendered.
Inheritance Hierarchy
SystemObject
  Patagames.PdfPdfArrayWrapperPdfOutputIntentItem
    Patagames.Pdf.NetPdfOutputIntentsCollection

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfOutputIntentsCollection : PdfArrayWrapper<PdfOutputIntentItem>

The PdfOutputIntentsCollection type exposes the following members.

Constructors
 NameDescription
Public methodPdfOutputIntentsCollection(PdfDocument) Creates a new empty collection.
Public methodPdfOutputIntentsCollection(PdfDocument, PdfTypeBase) Initialize new instance of PdfOutputIntentsCollection class.
Top
See Also