Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public void Inflate(
float x,
float y
)
VB
Public Sub Inflate (
x As Single,
y As Single
)
Parameters
- x
- Type: System.Single
The amount to inflate this PdfRectangle
structure horizontally. - y
- Type: System.Single
The amount to inflate this PdfRectangle
structure vertically.
See Also