C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / ActionHandlerFileSave Class
Members

ActionHandlerFileSave Class
Represents an action handler that saves or exports a document to a disk file.
Object Model
ActionHandlerFileSave Class
Syntax
'Declaration
 
Public Class ActionHandlerFileSave 
   Inherits ActionHandlerFile
 
Remarks
If the ActionHandlerFile.FileName is not specified when this action handler is invoked, a file save dialog is shown to the user.

For details on the use of action handlers, see ActionHandlerBase.

Inheritance Hierarchy

System.Object
   C1.C1Preview.ActionHandlerBase
      C1.C1Preview.ActionHandlerFile
         C1.C1Preview.ActionHandlerFileSave

See Also