Click or drag to resize

PdfTemplateShape Constructor (String, PdfBounds)

Initializes a new instance of the PdfTemplateShape class.

Namespace:  Atalasoft.PdfDoc.Generating.Shapes
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfTemplateShape(
	string templateName,
	PdfBounds bounds
)

Parameters

templateName
Type: SystemString
Name of the template in your document's Resources.
bounds
Type: Atalasoft.PdfDoc.GeometryPdfBounds
The bounds of the template.
See Also