Bookmark Constructors

Overloads

Bookmark(String, Single, Single)Initializes a new instance of the Bookmark class.
Bookmark(String, Single, Single, Outline)Initializes a new instance of the Bookmark class.

Bookmark(String, Single, Single)

Initializes a new instance of the Bookmark class.

public Bookmark(string text, float x, float y)
Public Sub New (text As String, x As Single, y As Single)

Parameters

text
String

Text of the bookmark.

x
Single

X coordinate of the bookmark.

y
Single

Y coordinate of the bookmark.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Bookmark(String, Single, Single, Outline)

Initializes a new instance of the Bookmark class.

public Bookmark(string text, float x, float y, Outline parentOutline)
Public Sub New (text As String, x As Single, y As Single, parentOutline As Outline)

Parameters

text
String

Text of the bookmark.

x
Single

X coordinate of the bookmark.

y
Single

Y coordinate of the bookmark.

parentOutline
Outline

Outline object that the bookmark will appear under.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

Bookmark
ceTe.DynamicPDF.PageElements

In this topic