DocumentAddTemplate(Single, Single, Single, Single) Method
Adds a new template with the specified bounds to the document templates collection.
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public Template AddTemplate(
float x,
float y,
float width,
float height
)
Public Function AddTemplate (
x As Single,
y As Single,
width As Single,
height As Single
) As Template
- x Single
- The top left corner X coordinate of the template in PDF pages
- y Single
- The top left corner Y- coordinate of the template in PDF pages
- width Single
- The template width
- height Single
- The template height
TemplateThe newly added template