Click or drag to resize

DrawingTemplateBounds Property

Gets or sets the bounds for the template. All drawing will be limited to the interior of the bounds.

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 PdfBounds Bounds { get; set; }

Property Value

Type: PdfBounds
The bounds.
See Also