Call notesUIView.PrintCall notesUIView.Print( numCopies% [, fromPage% ] [, toPage% ] [, draft ] [, pageSeparator% ] [, formOverride$ ] [, printview ] [, dateRangeBegin ] [, dateRangeEnd ] )ParametersnumCopies%Integer. The number of copies you want to print. If you omit this parameter you get the first form of the method and all other parameters are ignored.fromPage%Integer. Optional. The page of the document selection where you want to start printing. If you omit this parameter or specify 0, the method begins printing on the first page of the document selection.toPage%Integer. Optional. The page of the document selection where you want to stop printing. If you omit this parameter or specify 0, the method stops printing on the last page of the document selection.draftBoolean. Optional. Specify True if you want to print the document in draft mode.pageSeparator%Integer. Optional. Determines the page separator.0 No page separator1 Line between documents2 Page break between documentsformOverride$Text. Optional. The name of the form that you want to use to print the document. printViewBoolean. Optional. Specify True to indicate that you want to print the current view instead of the contents of the document. Defaults to False.dateRangeBeginVariant of type DATE. Optional. Prints the beginning date if printing from a calendar view.dateRangeEndVariant of type DATE. Optional. Prints the end date if printing from a calendar view.