PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Export Namespace / ComplexExporter Class / InternalExport Method

In This Topic
    InternalExport Method (ComplexExporter)
    In This Topic
    Performs export to a disk file or to a stream. The destination (file or stream) is determined by which of the properties (OutputFileName or OutputStream) is non-null when this method executes.
    Syntax
    'Declaration
     
    Protected MustOverride Sub InternalExport() 
    protected abstract void InternalExport()
    See Also