AutoLayout.AddNote

Adds a Note to the AutoLayout .

public Note AddNote(string text, float height, [bool newPage = False], [float? topPadding = null])
Function AddNote(text As String, height As Single, Optional newPage As Boolean = False, Optional topPadding As Single? = null) As Note

Parameters

text
String

Text of the note.

height
Single

Height of the note.

newPage
Boolean

Adds the element to the next page if set to true. By default it is false.

topPadding
Single?

Top padding for the element.

Returns

Note

Returns a Note object.

Licensing Info

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

See Also

Note
AutoLayout
ceTe.DynamicPDF.PageElements

In this topic