PdfRectangle.Inflate Method (Double, Double)

Inflates this PdfRectangle by the specified amount.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public void Inflate(
	double x,
	double y
)
VB
Public Sub Inflate ( 
	x As Double,
	y As Double
)

Parameters

x
Type: System.Double
The amount to inflate this PdfRectangle structure horizontally.
y
Type: System.Double
The amount to inflate this PdfRectangle structure vertically.

See Also