AreaDimensions.GetPdfX

Overloads

GetPdfX(Single)Gets the translated X coordinate.
GetPdfX(Single, RelativeTo, Boolean)Gets the translated X coordinate.

GetPdfX(Single)

Gets the translated X coordinate.

public float GetPdfX(float x)
Function GetPdfX(x As Single) As Single

Parameters

x
Single

X coordinate to translate.

Returns

Single

A translated X coordinate.

Licensing Info

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

GetPdfX(Single, RelativeTo, Boolean)

Gets the translated X coordinate.

public float GetPdfX(float x, RelativeTo relativeTo, bool ignoreMargins)
Function GetPdfX(x As Single, relativeTo As RelativeTo, ignoreMargins As Boolean) As Single

Parameters

x
Single

X coordinate to translate.

relativeTo
RelativeTo

ignoreMargins
Boolean

Returns

Single

A translated X coordinate.

Licensing Info

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

See Also

AreaDimensions
ceTe.DynamicPDF

In this topic