Returns the content on this page as a collection of shape objects (nested).

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

Syntax

C#
public ShapeCollection CreateShapes(
	Summary summary
)
Visual Basic
Public Function CreateShapes ( _
	summary As Summary _
) As ShapeCollection

Parameters

summary
Type: TallComponents.PDF.Diagnostics..::..Summary
Provides a summary of messages collected during the create shapes method.

See Also