OperatorWriter.SetDimensionsTransform

Overloads

SetDimensionsTransform(Single, Single, Single, Single, Single, Single, Single)Transforms the coordinate space for the current area.
SetDimensionsTransform(Single, Single, Single, Single, Single, Single, Single, Single, Single, Single)Transforms the coordinate space for the current area.

SetDimensionsTransform(Single, Single, Single, Single, Single, Single, Single)

Transforms the coordinate space for the current area.

public void SetDimensionsTransform(float x, float y, float width, float height, float angle, float scaleX, float scaleY)
Sub SetDimensionsTransform(x As Single, y As Single, width As Single, height As Single, angle As Single, scaleX As Single, scaleY As Single)

Parameters

x
Single

The x coordinate of the area.

y
Single

The y coordinate of the area.

width
Single

The width of the area.

height
Single

The height of the area.

angle
Single

The angle coordinate of the area.

scaleX
Single

The x scale of the area.

scaleY
Single

The y scale of the area.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Remarks

You must call ResetDimensions once you are done using the transformed coordinate space.

SetDimensionsTransform(Single, Single, Single, Single, Single, Single, Single, Single, Single, Single)

Transforms the coordinate space for the current area.

public void SetDimensionsTransform(float x, float y, float width, float height, float xX, float xY, float yX, float yY, float scaleX, float scaleY)
Sub SetDimensionsTransform(x As Single, y As Single, width As Single, height As Single, xX As Single, xY As Single, yX As Single, yY As Single, scaleX As Single, scaleY As Single)

Parameters

x
Single

The x coordinate of the area.

y
Single

The y coordinate of the area.

width
Single

The width of the area.

height
Single

The height of the area.

xX
Single

The XX value of the angle of the area.

xY
Single

The XY value of the angle of the area.

yX
Single

The YX value of the angle of the area.

yY
Single

The YY value of the angle of the area.

scaleX
Single

The x scale of the area.

scaleY
Single

The y scale of the area.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Remarks

You must call ResetDimensions once you are done using the transformed coordinate space.

See Also

OperatorWriter
ceTe.DynamicPDF.IO

In this topic