Adds the new action area to the
PdfPage.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfActionArea AddActionArea(
PointF position,
SizeF size,
PdfAction action
)
VB
Public Function AddActionArea (
position As PointF,
size As SizeF,
action As PdfAction
) As PdfActionArea
Parameters
- position
- Type: System.Drawing.PointF
The position of the upper-left corner of
the action area. - size
- Type: System.Drawing.SizeF
The size of the action area. - action
- Type: BitMiracle.Docotic.Pdf.PdfAction
The action to be performed when the action area
is activated.
Return Value
Type:
PdfActionArea
The newly created
PdfActionArea object.
See Also