Click or drag to resize

PdfOutputIntentItem Class

Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfOutputIntentItem

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

The PdfOutputIntentItem type exposes the following members.

Constructors
 NameDescription
Public methodPdfOutputIntentItem Create new output intent item.
Top
Properties
 NameDescription
Public propertyCondition Gets or sets an ASCII 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.
Public propertyConditionId Gets or sets an ASCII string identifying the intended output device or production condition in human- or machine-readable form.
Public propertyDictionary Gets the dictionary associated with this outpt intent
Public propertyInfo Gets or sets a human-readable text string containing additional information or comments about the intended target device or production condition.
Public propertyProfile Gets or sets an ICC profile defining the transformation from the PDF document’s source colors to output device colorants.
Public propertyRegistryName Gets or sets an ASCII string (conventionally a uniform resource identifier, or URI) identifying the registry in which the condition designated by ConditionId is defined.
Public propertyStandard Gets or sets the version of PDF standard.
Top
See Also