IContentElementScale Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Scales the element using specified scales

Namespace:  Apitron.PDF.Kit.FixedLayout.ContentElements
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

void Scale(
	double xScale,
	double yScale
)

Parameters

xScale
Type: SystemDouble
X scale.
yScale
Type: SystemDouble
Y scale
See Also

Reference