Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / PageOptions Class / DisableScriptExecution Property

In This Topic
    DisableScriptExecution Property
    In This Topic
    Gets or sets a value indicating whether or not to disable JavaScript on the page. Defaults to false.
    Syntax
    'Declaration
     
    Public Property DisableScriptExecution As System.Boolean
    public System.bool DisableScriptExecution {get; set;}
    See Also