PDFVisualFormDesigner¶
Namespace: O2S.Components.PDF4NET.View.Forms
Represents the form designer that is active when the PDFDocumentView control is in PDFUserInteractionMode.EditFormFields mode.
Inheritance Object → PDFVisualFormDesigner
Methods¶
AlignBottom()¶
Aligns the selected forms fields to the bottom using the left edge of the main selected field as reference.
AlignBottom(Double)¶
Aligns the selected forms fields to the bottom at the specified position.
Parameters
bottom Double
The y coordinate for bottom margin for the selected annotations
AlignCenter()¶
Aligns the selected forms fields to the horizontal center using the center of the main selected field as reference.
AlignCenter(Double)¶
Aligns the selected forms fields to the horizontal center at the specified position.
Parameters
center Double
The x coordinate for horizontal center for the selected annotations
AlignLeft()¶
Aligns the selected forms fields to the left using the left edge of the main selected field as reference.
AlignLeft(Double)¶
Aligns the selected forms fields to the left at the specified position.
Parameters
left Double
The x coordinate for left margin for the selected annotations
AlignMiddle()¶
Aligns the selected forms fields to the vertical center using the center of the main selected field as reference.
AlignMiddle(Double)¶
Aligns the selected forms fields to the vertical center at the specified position.
Parameters
middle Double
The x coordinate for vertical center for the selected annotations
AlignRight()¶
Aligns the selected forms fields to the right using the left edge of the main selected field as reference.
AlignRight(Double)¶
Aligns the selected forms fields to the right at the specified position.
Parameters
right Double
The x coordinate for right margin for the selected annotations
AlignTop()¶
Aligns the selected forms fields to the left using the top edge of the main selected field as reference.
AlignTop(Double)¶
Aligns the selected forms fields to the top at the specified position.
Parameters
top Double
The y coordinate for top margin for the selected annotations
CenterHorizontally()¶
Centers the selected form fields on horizontal.
Remarks
The set of selected form fields is centered as a whole on horizontal.
CenterHorizontallyAndVertically()¶
Centers the selected form fields on horizontal and vertical.
Remarks
The set of selected form fields is centered as a whole on horizontal and vertical.
CenterVertically()¶
Centers the selected form fields on vertical.
Remarks
The set of selected form fields is centered as a whole on vertical.
MatchHeight()¶
Resizes the selected forms fields so they have the same height as the main selected field.
MatchHeight(Double)¶
Resizes the selected form fields to given height.
Parameters
height Double
The new height
MatchWidth()¶
Resizes the selected forms fields so they have the same width as the main selected field.
MatchWidth(Double)¶
Resizes the selected form fields to given width.
Parameters
width Double
The new width
MatchWidthAndHeight()¶
Resizes the selected forms fields so they have the same width and height as the main selected field.
MatchWidthAndHeight(Double, Double)¶
Resizes the selected form fields to given width and height.
Parameters
width Double
The new width
height Double
The new height
SpaceEquallyOnHorizontal()¶
Arranges the selected fields on horizontal so that the horizontal space between them is equal.
Remarks
At least 3 fields need to be selected in order for this method to have effect.
SpaceEquallyOnVertical()¶
Arranges the selected fields on vertical so that the vertical space between them is equal.
Remarks
At least 3 fields need to be selected in order for this method to have effect.