C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / EmfOutlineHeader Class / EmfOutlineHeader Constructor
0-based page index.
Outline level.
Entry text.
Entry rectangle.

In This Topic
EmfOutlineHeader Constructor
In This Topic
Creates a new instance of EmfOutlineHeader class.
Syntax
'Declaration
 
Public Function New( _
   ByVal pageIdx As Integer, _
   ByVal level As Integer, _
   ByVal text As String, _
   ByVal rect As RectangleF _
)
 

Parameters

pageIdx
0-based page index.
level
Outline level.
text
Entry text.
rect
Entry rectangle.
See Also