Gets decument's list of sections.
Namespace:
Greatis.PrintSuite.DesignerAssembly: Greatis.PrintSuite.Designer (in Greatis.PrintSuite.Designer.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Sections As SectionList |
| C# |
|---|
public SectionList Sections { get; } |
| Visual C++ |
|---|
public: property SectionList^ Sections { SectionList^ get (); } |
| JavaScript |
|---|
function get_sections(); |