PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / ActionHandlerFileSave Class
Members

In This Topic
    ActionHandlerFileSave Class
    In This Topic
    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
    public class ActionHandlerFileSave : 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