PageDimensions.GetPdfY

Overloads

GetPdfY(Single)Gets the translated Y coordinate.
GetPdfY(Single, RelativeTo, Boolean)Gets the translated Y coordinate.

GetPdfY(Single)

Gets the translated Y coordinate.

public float GetPdfY(float y)
Function GetPdfY(y As Single) As Single

Parameters

y
Single

Y coordinate to translate.

Returns

Single

A translated Y coordinate.

Licensing Info

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

GetPdfY(Single, RelativeTo, Boolean)

Gets the translated Y coordinate.

public float GetPdfY(float y, RelativeTo relativeTo, bool ignoreMargins)
Function GetPdfY(y As Single, relativeTo As RelativeTo, ignoreMargins As Boolean) As Single

Parameters

y
Single

Y coordinate to translate.

relativeTo
RelativeTo

ignoreMargins
Boolean

Returns

Single

A translated Y coordinate.

Licensing Info

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

See Also

PageDimensions
ceTe.DynamicPDF

In this topic