Note Constructors
Overloads
Note(String, Single, Single, Single, Single) | Initializes a new instance of the Note class. |
Note(String, Single, Single, Single, Single, Boolean) | Initializes a new instance of the Note class. |
Note(String, Single, Single, Single, Single, NoteType) | Initializes a new instance of the Note class. |
Note(String, Single, Single, Single, Single, NoteType, Boolean) | Initializes a new instance of the Note class. |
Note(String, Single, Single, Single, Single)
Initializes a new instance of the Note class.
public Note(string text, float x, float y, float width, float height)
Public Sub New (text As String, x As Single, y As Single, width As Single, height As Single)
Parameters
- text
- String
Text of the note.
X coordinate of the note.
Y coordinate of the note.
- width
- Single
Width of the note.
- height
- Single
Height of the note.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Note(String, Single, Single, Single, Single, Boolean)
Initializes a new instance of the Note class.
public Note(string text, float x, float y, float width, float height, bool isOpen)
Public Sub New (text As String, x As Single, y As Single, width As Single, height As Single, isOpen As Boolean)
Parameters
- text
- String
Text of the note.
X coordinate of the note.
Y coordinate of the note.
- width
- Single
Width of the note.
- height
- Single
Height of the note.
- isOpen
- Boolean
Specifies if the note is open initially.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Note(String, Single, Single, Single, Single, NoteType)
Initializes a new instance of the Note class.
public Note(string text, float x, float y, float width, float height, NoteType type)
Public Sub New (text As String, x As Single, y As Single, width As Single, height As Single, type As NoteType)
Parameters
- text
- String
Text of the note.
X coordinate of the note.
Y coordinate of the note.
- width
- Single
Width of the note.
- height
- Single
Height of the note.
- type
- NoteType
Specifies the type of note.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Note(String, Single, Single, Single, Single, NoteType, Boolean)
Initializes a new instance of the Note class.
public Note(string text, float x, float y, float width, float height, NoteType type, bool isOpen)
Public Sub New (text As String, x As Single, y As Single, width As Single, height As Single, type As NoteType, isOpen As Boolean)
Parameters
- text
- String
Text of the note.
X coordinate of the note.
Y coordinate of the note.
- width
- Single
Width of the note.
- height
- Single
Height of the note.
- type
- NoteType
Specifies the type of note.
- isOpen
- Boolean
Specifies if the note is open initially.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.