OperatorWriter.SetDimensionsScale
Transforms the coordinate space for the current area.
public void SetDimensionsScale(float x, float y, float width, float height, float scaleX, float scaleY)
Sub SetDimensionsScale(x As Single, y As Single, width As Single, height As Single, scaleX As Single, scaleY As Single)
Parameters
The x coordinate of the area.
The y coordinate of the area.
- width
- Single
The width of the area.
- height
- Single
The height 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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Remarks
You must call ResetDimensions once you are done using the transformed coordinate space.