We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64de725 commit 707f100Copy full SHA for 707f100
MigraDocCore.Rendering/MigraDoc.Rendering/FormattedDocument.cs
@@ -425,10 +425,10 @@ public PageInfo GetPageInfo(int page)
425
426
427
/// <summary>
428
- /// Returns the absolute Y postion of the last item on last page in points.
+ /// Returns the absolute Y position of the last item on the last page in points.
429
/// Must be called after rendering the document.
430
/// </summary>
431
- /// <returns>double the Y Position.</returns>
+ /// <returns>The current Y position at the end of the last page.</returns>
432
public double GetCurrentMigraDocPosition()
433
{
434
RenderInfo[] RenderInfos = GetRenderInfos(PageCount);
0 commit comments