PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Scripting Namespace / ScriptingOptions Class / TempPath Property

In This Topic
    TempPath Property (ScriptingOptions)
    In This Topic
    Gets or sets the directory which will be used to hold temporary files generated during scripts compiling.
    Syntax
    'Declaration
     
    Public Shared Property TempPath As String
    public static string TempPath {get; set;}
    See Also