Provides access to the IWatermark interface which controls the application of watermarks to output document pages.
Methods
Load(String sFilePath)
Loads settings from the specified profile file.
Parameter
Type
Description
sFilePath
String
Filename of file containing settings.
Save(String sFilePath)
Saves existing settings to a profile file
Parameter
Type
Description
sFilePath
String
Filename of file to save current settings to.
Examples
Visual Basic 6
Dim objUDC As IUDC
Dim itfPrinter As IUDCPrinter
Dim itfProfile As IProfile
Set objUDC = New UDC.APIWrapper
Set itfPrinter = objUDC.Printers("Universal Document Converter")
Set itfProfile = itfPrinter.Profile
Call itfProfile.Load ("C:\my settings.xml")