Click or drag to resize

PdfDrawingListAddT Method (T)

Adds the specified renderable object to the list returning it as a value.

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 T Add<T>(
	T renderable
)
where T : IPdfRenderable

Parameters

renderable
Type: T
The renderable object.

Type Parameters

T

Return Value

Type: T
The renderable added.
See Also