ContentElementBaseScale Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Scales the content 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

public virtual void Scale(
	double xScale,
	double yScale
)

Parameters

xScale
Type: SystemDouble
The x scale.
yScale
Type: SystemDouble
The y scale.

Implements

IContentElementScale(Double, Double)
See Also

Reference