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:

See Also

Annotation
ceTe.DynamicPDF

In this topic