Annotation Constructor
Initializes a new instance of the Annotation class.
public Annotation(float left, float top, float right, float bottom, IAnnotation iAnnotation)
Public Sub New (left As Single, top As Single, right As Single, bottom As Single, iAnnotation As IAnnotation)
Parameters
- left
- Single
The left X coordinate of the annotation.
- top
- Single
The top Y coordinate of the annotation.
- right
- Single
The right X coordinate of the annotation.
- bottom
- Single
The bottom Y coordinate of the annotation.
- iAnnotation
- IAnnotation
The iAnnotaion for the annotation.
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.