Represents section of document.

Namespace:  Greatis.PrintSuite.Designer
Assembly:  Greatis.PrintSuite.Designer (in Greatis.PrintSuite.Designer.dll)

Syntax

Visual Basic
Public Class DocumentSection _
	Inherits Component
C#
public class DocumentSection : Component
Visual C++
public ref class DocumentSection : public Component
JavaScript
Greatis.PrintSuite.Designer.DocumentSection = function();

Type.createClass(
	'Greatis.PrintSuite.Designer.DocumentSection',
	Component);

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      Greatis.PrintSuite.Designer..::..DocumentSection

See Also