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 coordinate to translate.
Returns
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:
- 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.
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 coordinate to translate.
- relativeTo
- RelativeTo
- ignoreMargins
- Boolean
Returns
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:
- 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.