![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace > DocumentViewerText Class : SetDocumentPageText Method |
public void SetDocumentPageText( DocumentPageText pageText, int pageNumber )
'Declaration
Public Sub SetDocumentPageText( _ ByVal pageText As DocumentPageText, _ ByVal pageNumber As Integer _ )
'Usage
Dim instance As DocumentViewerText Dim pageText As DocumentPageText Dim pageNumber As Integer instance.SetDocumentPageText(pageText, pageNumber)
public: void SetDocumentPageText( DocumentPageText^ pageText, int pageNumber )
DocumentViewerText stored the DocumentPageText of the pages internally when they are obtained and re-use then when needed.
Use SetDocumentPageText to replace the page of a document and the new value will be used by all the text operations in this document.