Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / OutputIntent Class
Fields Properties Methods

In This Topic
    OutputIntent Class Members
    In This Topic

    The following tables list the members exposed by OutputIntent.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the OutputIntent class.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)The string representing the GTS_PDFA1 output intent subtype.  
    Public Fieldstatic (Shared in Visual Basic)The string representing the GTS_PDFX output intent subtype.  
    Public Fieldstatic (Shared in Visual Basic)The string representing the ISO_PDFE1 output intent subtype.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets 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.  
    Public PropertyGets or sets a string containing additional information or comments about the intended target device or production condition.  
    Public PropertyGets the PDF object ID. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase)
    Public PropertyGets 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.

     
    Public PropertyGets 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.

     
    Public PropertyGets the underlying GrapeCity.Documents.Pdf.Spec.IPdfDict. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper)
    Public PropertyGets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<IPdfDict>)
    Public PropertyGets or sets a string (conventionally a uniform resource identifier, or URI) identifying the registry in which the condition designated by OutputConditionIdentifier is defined.  
    Public PropertyGets 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.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Creates the OutputIntent object with specified parameters.  
    Public MethodGets 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)
    Public MethodGets the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase)
    Public MethodGets 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)
    Top
    See Also