PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / ActionHandlerPageSetup Class
Members

In This Topic
    ActionHandlerPageSetup Class
    In This Topic
    Represents an ActionHandlerBase that displays the page setup dialog allowing the end user to change the page properties of the current C1PrintDocument.
    Object Model
    ActionHandlerPageSetup Class
    Syntax
    'Declaration
     
    Public Class ActionHandlerPageSetup 
       Inherits ActionHandlerBase
    public class ActionHandlerPageSetup : ActionHandlerBase 
    Remarks
    For details on the use of action handlers, see ActionHandlerBase.
    Inheritance Hierarchy

    System.Object
       C1.C1Preview.ActionHandlerBase
          C1.C1Preview.ActionHandlerPageSetup

    See Also