[]
Creates the OutputIntent object with specified parameters.
public static OutputIntent Create(string outputConditionIdentifier, string outputCondition, string registryName, string info, Stream iccMetadata)
| Type | Name | Description |
|---|---|---|
| string | outputConditionIdentifier | The value of OutputConditionIdentifier. |
| string | outputCondition | The value of OutputCondition. |
| string | registryName | The value of RegistryName. |
| string | info | The value of Info. |
| Stream | iccMetadata | The stream with ICC profile metadata. |
| Type | Description |
|---|---|
| OutputIntent | The OutputIntent object. |