The PdfSettings type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetSettingsFilePath(Boolean) |
Get the full file path of the settings file.
|
![]() | GetSettingsFilePath(PdfSettingsFileType) |
Get the full file path of the settings file.
|
![]() | GetSettingsFilePath(PdfSettingsFileType, String) |
Get the full file path of the settings file.
|
![]() | GetValue |
Get the current value of a particular setting.
|
![]() | Init |
Initialize the class.
|
![]() | LoadSettings |
Read the existing runonce@printername.ini into memory.
|
![]() | LoadSettings(Boolean) |
Read the existing settings@printername.ini or runonce@printername.ini into memory.
|
![]() | LoadSettings(String) |
Read an existing settings file into memory.
|
![]() | LoadSettings(PdfSettingsFileType) |
Read an existing settings file into memory.
|
![]() | RemoveSettings |
Removes an existing settings@printername.ini or runonce@printername.ini.
|
![]() | RemoveSettings(Boolean) |
Removes an existing settings@printername.ini or runonce@printername.ini.
|
![]() | RemoveSettings(String) |
Removes an existing settings file.
|
![]() | RemoveSettings(PdfSettingsFileType) |
Removes an existing settings file.
|
![]() ![]() | SetValue |
Set a value in the configuration.
|
![]() | WriteSettings |
Save the settings to the runonce@printername.ini file.
|
![]() | WriteSettings(Boolean) |
Save the settings to the runonce@printername.ini or settings@printername.ini file.
|
![]() | WriteSettings(String) |
Save the settings to file.
|
![]() | WriteSettings(PdfSettingsFileType) |
Save the settings to file.
|
See Also