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

In This Topic
    GenerateInMemory Property (ScriptingOptions)
    In This Topic
    Gets or sets a value indicating whether to generate script assemlies in memory. When this property is false all assemblies will be generated in directory specified by TempPath property. Note! C1PrintDocument does not delete created scripting assembles, the user's code is responsible for it.
    Syntax
    'Declaration
     
    Public Shared Property GenerateInMemory As Boolean
    public static bool GenerateInMemory {get; set;}
    See Also