Documents for PDF .NET Edition
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / GcHtmlRenderer Class / ReadEvalPrintLoop Property

In This Topic
    ReadEvalPrintLoop Property
    In This Topic
    Gets or sets a value indicating whether a read-eval-print loop should be run that allows the user to evaluate Javascript expressions.
    Syntax
    'Declaration
     
    Public Property ReadEvalPrintLoop As System.Boolean
    public System.bool ReadEvalPrintLoop {get; set;}
    See Also