Skip to main content

IDocumentViewModel Methods

Provides settings to a document’s view model.
Name Description
CreateDocument() Starts generating a document’s pages.
Export(ExportOptionsViewModel) Exports the document using the specified export settings.
Print(PrintOptionsViewModel) Prints the document with the specified print settings.
PrintDirect(String) Sends the document to the specified printer.
Save(String) Saves the report document to the specified folder.
Scale(ScaleOptionsViewModel) Returns the options related to document scaling.
Send(SendOptionsViewModel) Returns the options related to emailing documents.
StopPageBuilding() Stops building the document pages.
See Also