'Declaration Overloads Sub Export( _ ByVal document As PageDocument, _ ByVal filePath As String _ )
void Export( PageDocument document, string filePath )
Parameters
- document
- Page document to export.
- filePath
- The path to the file to save exported result to.