Click or drag to resize

PdfSingleValueField PerformDraw Method

Namespace: Spire.Pdf.AutomaticFields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected override void PerformDraw(
	PdfCanvas graphics,
	PointF location,
	float scalingX,
	float scalingY
)

Parameters

graphics
Type: Spire.Pdf.Graphics PdfCanvas
location
Type: System.Drawing PointF
scalingX
Type: System Single
scalingY
Type: System Single
See Also