XMLFile Property

Build 1501 on 14/Nov/2017  This topic last edited on: 1/Mar/2013, at 13:08

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

PDFFile Property