Click or drag to resize
Pdftools logo

DocumentOutputIntent Property

The output intent of the document.

The output intent specifies a color profile that characterizes the intended output device. It is used to render device colors on devices other than the intended output device.

Namespace: PdfTools.Toolbox.Pdf
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.1.0+5820e9ca9ca173983539ffc40abc227fb62e6928
Syntax
C#
public IccBasedColorSpace OutputIntent { get; set; }

Property Value

IccBasedColorSpace
Exceptions
ExceptionCondition
InvalidOperationExceptionif the document has already been closed
NotSupportedException[set] if the document is read-only
NotSupportedException[set] if an output intent has been set already
ArgumentException[set] if the given IccBasedColorSpace object is
ArgumentException[set] if the given IccBasedColorSpace object has already been closed
ArgumentException[set] if the given IccBasedColorSpace object> is associated with a different document
See Also