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

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

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