Click or drag to resize
Pdf Library for .NET

PdfCanvasAdd Method

Adds a pdf page element to the canvas.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public abstract PdfRenderingResult Add(
	PdfPageElement element
)

Parameters

element
Type: SelectPdfPdfPageElement
The page element to be rendered

Return Value

Type: PdfRenderingResult
The result of adding the element
See Also