Description
Get/set the XML output file name. Default is OutXML.
Syntax
optprint.XMLFile = sFile |
optprint
print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")
Sfile
full path to the file name
Example
Dim optPrint As Editorial.PrintOptions = Nothing
optPrint = Fred.GetPDFOptions("")
optPrint.XMLFile = System.IO.Path.GetTempPath() + "FredPDF.xml"
See also