Initializes a new instance of the class and sets the Name property using the passed value.
Namespace:
Greatis.PrintSuite.DesignerAssembly: Greatis.PrintSuite.Designer (in Greatis.PrintSuite.Designer.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ name As String _ ) |
| C# |
|---|
public DocumentSection( string name ) |
| Visual C++ |
|---|
public: DocumentSection( String^ name ) |
| JavaScript |
|---|
Greatis.PrintSuite.Designer.DocumentSection = function(name); |
Parameters
- name
- Type: System..::.String
Name for the new section.