AutoPageDimensions.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

Placement of the page element on the page

ignoreMargins
Boolean

Setting false will consider the margin while placing the page element based on the RelativeTo property.

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

AutoPageDimensions
ceTe.DynamicPDF

In this topic