Click or drag to resize

PdfBoundsExpand Method (Double)

Expands the PdfBounds by the specified amount on all sides.

Namespace:  Atalasoft.PdfDoc.Geometry
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfBounds Expand(
	double amountOnAllSides
)

Parameters

amountOnAllSides
Type: SystemDouble
The amount on all sides.

Return Value

Type: PdfBounds
A new PdfBounds with the expansion applied.
Remarks
If amountOnAllSides is negative, the PdfBounds will be smaller.
See Also