ESRI.ArcGIS.ADF.Tasks
CreatePrintPageContent Method
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > PagePrinter Class : CreatePrintPageContent Method




exceptionMsg
Creates HTML page with all appropriate images. Sent back to client as entire page content in newly created browser window.

Syntax

Visual Basic (Declaration) 
Public Function CreatePrintPageContent( _
   ByRef exceptionMsg As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As PagePrinter
Dim exceptionMsg As String
Dim value As String
 
value = instance.CreatePrintPageContent(exceptionMsg)
C# 
public string CreatePrintPageContent( 
   out string exceptionMsg
)

Parameters

exceptionMsg

Return Value

String containing HTML to be displayed in print preview window.

See Also

© 2010 All Rights Reserved.