This method returns the portion of text for the specified page to the caller.

Namespace:  C1.C1PrintDocument.DocEngine.Src
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public string FetchText(
	long pageId
)
Visual Basic (Declaration)
Public Function FetchText ( _
	pageId As Long _
) As String

Parameters

pageId
Type: System..::.Int64
Page id

Return Value

Text for the requested page

See Also