Click or drag to resize

DrawingTemplate Constructor (Double, Double)

Initializes a new instance of the DrawingTemplate class with the supplied width and height.

Namespace:  Atalasoft.PdfDoc.Generating.Templates
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public DrawingTemplate(
	double width,
	double height
)

Parameters

width
Type: SystemDouble
The width of the bounding box.
height
Type: SystemDouble
The height of the bounding box.
Remarks
This is equivalent to DrawingTemplate(new PdfBounds(0, 0, width, height))
See Also