Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / OutputIntent Class / OutputConditionIdentifier Property

In This Topic
    OutputConditionIdentifier Property
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public Property OutputConditionIdentifier As System.String
    public System.string OutputConditionIdentifier {get; set;}
    See Also