PrintDocument for WinForms
GenerateInMemory プロパティ (ScriptingOptions)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Scripting 名前空間 > ScriptingOptions クラス : GenerateInMemory プロパティ
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 ScriptingOptions.TempPath property. Note! C1PrintDocument does not delete created scripting assembles, the user's code is responsible for it.
シンタックス
'宣言
 
Public Shared Property GenerateInMemory As System.Boolean
'使用法
 
Dim value As System.Boolean
 
ScriptingOptions.GenerateInMemory = value
 
value = ScriptingOptions.GenerateInMemory
public static System.bool GenerateInMemory {get; set;}
参照

ScriptingOptions クラス
ScriptingOptions メンバ