Flatten the annotation as static content to the given canvas.

Namespace: TallComponents.PDF.Annotations
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public void Flatten(
	Canvas canvas
)
Visual Basic
Public Sub Flatten ( _
	canvas As Canvas _
)

Parameters

canvas
Type: TallComponents.PDF.Shapes..::..Canvas
The canvas to add the content.

See Also