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

In This Topic
    ExportOptionsFormBase Class
    In This Topic
    Represents a form for editing the export options used by an Exporter.
    Object Model
    ExportOptionsFormBase Class
    Syntax
    'Declaration
     
    Public Class ExportOptionsFormBase 
       Inherits C1.C1Preview.Forms.BaseForm
    public class ExportOptionsFormBase : C1.C1Preview.Forms.BaseForm 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                System.Windows.Forms.ScrollableControl
                   System.Windows.Forms.ContainerControl
                      System.Windows.Forms.Form
                         C1.C1Preview.Forms.BaseForm
                            C1.C1Preview.Export.ExportOptionsFormBase
                               C1.C1Preview.Export.C1dOptionsForm
                               C1.C1Preview.Export.C1mdxOptionsForm
                               C1.C1Preview.Export.ComplexExporterOptionsForm
                               C1.C1Preview.Export.DefaultExportOptionsForm
                               C1.C1Preview.Export.EmfOptionsForm
                               C1.C1Preview.Export.ImagesOptionsForm
                               C1.C1Preview.Export.PdfOptionsForm

    See Also