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

In This Topic
    Namespaces Property (ScriptingOptions)
    In This Topic
    Gets the list of namespaces that can be used in scripts in the current document.
    Syntax
    'Declaration
     
    Public ReadOnly Property Namespaces As StringCollection
    public StringCollection Namespaces {get;}
    See Also