Creates a new instance of EmfOutlineHeader class.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public EmfOutlineHeader( int pageIdx, int level, string text, RectangleF rect ) |
Visual Basic |
---|
Public Sub New ( _ pageIdx As Integer, _ level As Integer, _ text As String, _ rect As RectangleF _ ) |
Parameters
- pageIdx
- Type: System..::..Int32
0-based page index.
- level
- Type: System..::..Int32
Outline level.
- text
- Type: System..::..String
Entry text.
- rect
- Type: System.Drawing..::..RectangleF
Entry rectangle.