PdfSettings Methods

Printer API Documentation

The PdfSettings type exposes the following members.

Methods

  NameDescription
Public methodGetSettingsFilePath(Boolean)
Get the full file path of the settings file.
Public methodGetSettingsFilePath(PdfSettingsFileType)
Get the full file path of the settings file.
Public methodGetSettingsFilePath(PdfSettingsFileType, String)
Get the full file path of the settings file.
Public methodGetValue
Get the current value of a particular setting.
Public methodInit
Initialize the class.
Public methodLoadSettings
Read the existing runonce@printername.ini into memory.
Public methodLoadSettings(Boolean)
Read the existing settings@printername.ini or runonce@printername.ini into memory.
Public methodLoadSettings(String)
Read an existing settings file into memory.
Public methodLoadSettings(PdfSettingsFileType)
Read an existing settings file into memory.
Public methodRemoveSettings
Removes an existing settings@printername.ini or runonce@printername.ini.
Public methodRemoveSettings(Boolean)
Removes an existing settings@printername.ini or runonce@printername.ini.
Public methodRemoveSettings(String)
Removes an existing settings file.
Public methodRemoveSettings(PdfSettingsFileType)
Removes an existing settings file.
Public methodCode exampleSetValue
Set a value in the configuration.
Public methodWriteSettings
Save the settings to the runonce@printername.ini file.
Public methodWriteSettings(Boolean)
Save the settings to the runonce@printername.ini or settings@printername.ini file.
Public methodWriteSettings(String)
Save the settings to file.
Public methodWriteSettings(PdfSettingsFileType)
Save the settings to file.
Top
See Also

Reference