C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / C1PdfDocumentSource Class / Export Method
The export filter to use.

In This Topic
Export Method (C1PdfDocumentSource)
In This Topic
Exports the document into a stream in an external format using the specified export filter.
Syntax
'Declaration
 
Public Sub Export( _
   ByVal exportFilter As ExportFilter _
) 
 

Parameters

exportFilter
The export filter to use.
See Also