Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / SetRenderingIntent Class / SetRenderingIntent Constructor
The value of Intent.

In This Topic
    SetRenderingIntent Constructor
    In This Topic
    Initializes a new instance of the SetRenderingIntent class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal intent As RenderingIntent _
    )
    public SetRenderingIntent( 
       RenderingIntent intent
    )

    Parameters

    intent
    The value of Intent.
    See Also