ComponentOne FlexReport for WinForms
C1BookmarkPosition Constructor

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > C1BookmarkPosition Class : C1BookmarkPosition Constructor
The 0-based page index.
The bookmark's bounds on page.
Initializes a new instance of the C1BookmarkPosition class.
Syntax
'Declaration
 
Public Function New( _
   ByVal pageIndex As System.Integer, _
   ByVal pageBounds As C1.Win.Interop.Rect _
)
public C1BookmarkPosition( 
   System.int pageIndex,
   C1.Win.Interop.Rect pageBounds
)

Parameters

pageIndex
The 0-based page index.
pageBounds
The bookmark's bounds on page.
See Also

Reference

C1BookmarkPosition Class
C1BookmarkPosition Members