'Declaration Public Function GetPageHtmlMarkup( _ ByVal documentKey As System.String, _ ByVal pageIndex As System.Integer _ ) As System.String
public System.string GetPageHtmlMarkup( System.string documentKey, System.int pageIndex )
Parameters
- documentKey
 - Cached document key.
 - pageIndex
 - Index of the page.
 
Return Value
Returns HTML markup for given pageIndex.