Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / OutputIntent Class / Create Method
The value of OutputConditionIdentifier.
The value of OutputCondition.
The value of RegistryName.
The value of Info.
The stream with ICC profile metadata.

In This Topic
    Create Method (OutputIntent)
    In This Topic
    Creates the OutputIntent object with specified parameters.
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal outputConditionIdentifier As System.String, _
       ByVal outputCondition As System.String, _
       ByVal registryName As System.String, _
       ByVal info As System.String, _
       ByVal iccMetadata As System.IO.Stream _
    ) As OutputIntent
    public static OutputIntent Create( 
       System.string outputConditionIdentifier,
       System.string outputCondition,
       System.string registryName,
       System.string info,
       System.IO.Stream iccMetadata
    )

    Parameters

    outputConditionIdentifier
    The value of OutputConditionIdentifier.
    outputCondition
    The value of OutputCondition.
    registryName
    The value of RegistryName.
    info
    The value of Info.
    iccMetadata
    The stream with ICC profile metadata.

    Return Value

    The OutputIntent object.
    See Also