AnchorGroup Constructor

Initializes a new instance of the AnchorGroup class.

public AnchorGroup(float width, float height, Align align, VAlign vAlign)
Public Sub New (width As Single, height As Single, align As Align, vAlign As VAlign)

Parameters

width
Single

Width of the anchor group.

height
Single

Height of the anchor group.

align
Align

Alignment of the anchor group.

vAlign
VAlign

Vertical Alignment of the anchor group.

Licensing Info

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

See Also

AnchorGroup
ceTe.DynamicPDF.PageElements

In this topic