Click or drag to resize
Pdf Library for .NET

PdfPageAdd Method

Adds the specified pdf element to the current page.

Namespace:  SelectPdf
Assembly:  Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 23.1
Syntax
public override PdfRenderingResult Add(
	PdfPageElement element
)

Parameters

element
Type: SelectPdfPdfPageElement
The element to be added to the current pdf page.

Return Value

Type: PdfRenderingResult
The result of adding the element to the page.
See Also