Click or drag to resize

PdfDrawingListAddShape Method

Adds the shape to the list returning it as well.

Namespace:  Atalasoft.PdfDoc.Generating.Rendering
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfBaseShape AddShape(
	PdfBaseShape shape
)

Parameters

shape
Type: Atalasoft.PdfDoc.Generating.ShapesPdfBaseShape
The shape to add.

Return Value

Type: PdfBaseShape
The shape added.
See Also