[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.OutputIntent

OutputIntent Class

Represents a PDF Output Intent.

Output intents provide a means for matching the color characteristics of page content in a PDF document with those of a target output device or production environment in which the document will be printed.

Implements
Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public class OutputIntent : PdfDictWrapper, IPdfDict
Public Class OutputIntent
    Inherits PdfDictWrapper
    Implements IPdfDict

Constructors

Name Description
OutputIntent()

Initializes a new instance of the OutputIntent class.

Fields

Name Description
GTS_PDFA1

The string representing the GTS_PDFA1 output intent subtype.

GTS_PDFX

The string representing the GTS_PDFX output intent subtype.

ISO_PDFE1

The string representing the ISO_PDFE1 output intent subtype.

Properties

Name Description
DestOutputProfile

Gets or sets an ICCProfile color space defining the transformation from the PDF document’s source colors to output device colorants.

Info

Gets or sets a string containing additional information or comments about the intended target device or production condition.

OutputCondition

Gets or sets a string concisely identifying the intended output device or production condition in human-readable form.

This is the preferred method of defining such a string for presentation to the user.

OutputConditionIdentifier

Gets or sets a string identifying the intended output device or production condition in human- or machine-readable form.

If human-readable, this string may be used in lieu of the OutputCondition string for presentation to the user.

RegistryName

Gets or sets a string (conventionally a uniform resource identifier, or URI) identifying the registry in which the condition designated by OutputConditionIdentifier is defined.

Subtype

Gets or sets the output intent subtype.

According to the PDF specification the value may be GTS_PDFX, GTS_PDFA1, ISO_PDFE1 or a key defined by an ISO 32000 extension. GcPdf allows setting this property to any value, the user is responsible for the correctness of the data.

This value is "GTS_PDFA1" by default.

Methods

Name Description
Create(string, string, string, string, Stream)

Creates the OutputIntent object with specified parameters.

Extension Methods