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