OutputIntents

OutputIntents

Overview

OutputIntents is a class in Aspose.PDF FOSS for .NET. Inherits from: IEnumerable<OutputIntent>.

Collection of OutputIntent entries on the document catalog’s /OutputIntents array.

This class provides 6 methods for working with OutputIntents objects in .NET programs. Available methods include: Add, Clear, Contains, CopyTo, GetEnumerator, Remove. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Count, IsReadOnly.

Properties

NameTypeAccessDescription
CountintReadGets the count.
IsReadOnlyboolReadGets the is read only.

Methods

SignatureDescription
Add(item: OutputIntent)Calls Add(item) on this OutputIntents instance.
Clear()Calls Clear on this OutputIntents instance.
Contains(item: OutputIntent)Calls Contains(item) on this OutputIntents instance.
CopyTo(array: OutputIntent[], arrayIndex: int)Calls CopyTo(array, arrayIndex) on this OutputIntents instance.
Remove(item: OutputIntent)Calls Remove(item) on this OutputIntents instance.
GetEnumerator()Calls GetEnumerator on this OutputIntents instance.

See Also

 English