Flatten the annotation as static content to the given canvas.

Namespace: TallComponents.PDF.Annotations.Widgets
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public void Flatten(
	Canvas canvas,
	bool reformat
)
Visual Basic
Public Sub Flatten ( _
	canvas As Canvas, _
	reformat As Boolean _
)

Parameters

canvas
Type: TallComponents.PDF.Shapes..::..Canvas
The canvas to add the content.
reformat
Type: System..::..Boolean
Force this widget to re-format the content.

See Also