This class represents the settings of a PDF creation job.
Inheritance Hierarchy
pdf7.PdfWriterPdfSettings
Namespace: pdf7.PdfWriter
Assembly: pdf7.PdfWriter (in pdf7.PdfWriter.dll) Version: 4.0.0.0 (4.0.1000.111)
Syntax
The PdfSettings type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PdfSettings |
The constructor creates the object and initializes it's internal state.
|
Properties
| Name | Description | |
|---|---|---|
| PrinterName |
Specify which printer name the current settings applies to.
| |
| PrinterVersion |
Returns the version of the installed printer. It looks at the version information of gui.exe in the printer's program folder.
| |
| Version |
The version of the assembly. This is not the same as the version of the printer.
|
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