Name | Description | |
---|---|---|
OutputIntent Constructor | Initializes a new instance of the OutputIntent class. |
The following tables list the members exposed by OutputIntent.
Name | Description | |
---|---|---|
OutputIntent Constructor | Initializes a new instance of the OutputIntent class. |
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. |
Name | Description | |
---|---|---|
DestOutputProfile | Gets or sets an GrapeCity.Documents.Pdf.Graphics.ColorSpaces.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. | |
ObjID | Gets the PDF object ID. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
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. | |
PdfDict | Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfDict. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper) | |
PdfObject | Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<IPdfDict>) | |
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. |
Name | Description | |
---|---|---|
Create | Creates the OutputIntent object with specified parameters. | |
GetPdfStream | Gets the System.IO.Stream object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
GetPdfStreamData | Gets the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
GetPdfStreamInfo | Gets the GrapeCity.Documents.Pdf.Spec.PdfStreamInfo object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) |