C1.WPF.PrintDocument.4.6.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() 
 
See Also