←Select platform

CreateBeginOfPage Method

Summary

A shortcut for creating a new DocumentViewerTextPosition representing the top of a page.

Syntax

C#
VB
C++
public static DocumentViewerTextPosition CreateBeginOfPage( 
   int pageNumber 
) 
Public Shared Function CreateBeginOfPage( 
   ByVal pageNumber As Integer 
) As DocumentViewerTextPosition 
public:  
   static DocumentViewerTextPosition^ CreateBeginOfPage( 
      Int32 pageNumber 
   ) 

Parameters

pageNumber

The page number to represent.

Return Value

A new DocumentViewerTextPosition with PageNumber set to the pageNumber parameter and CharacterIndex set to 0.

Remarks

Also refer to Create and CreateEndOfPage.

History

19.0.0.49
Added
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI.WinForms Assembly