ImageGear .NET - Updated
showPrintDialog Method

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > PageView class : showPrintDialog Method
Shows the printing page selection dialog.
Syntax
ASP.NET Ajax Javascript (Specification) 
function showPrintDialog( 
   printOptions : object
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfPageView.showPrintDialog(object);

Parameters

printOptions
Print options is a set of parameters.

  • imageHandlerUrl - Defines the service of images. Parameter can be undefined, in this case method will try to use image handler from this viewer. If this viewer is not initialized with image handler the method to do nothing.
  • documentIdentifier - Defines the identifier of printed document. If this parameter is undefined the method will try to use the documentIdentifier of current loaded to this view document. In case of loaded document missing the method to do nothing.
  • pageArray - Defines the page number array for printing. This parameter allows to preset the initial state of dialog controls.
  • includeAnnotations - Parameter defines the initial state of "Include Annotations" check box.

See Also

Reference

PageView class
PageView Members