PdfSettings Class

Printer API Documentation
This class represents the settings of a PDF creation job.
Inheritance Hierarchy

SystemObject
  pdf7.PdfWriterPdfSettings

Namespace:  pdf7.PdfWriter
Assembly:  pdf7.PdfWriter (in pdf7.PdfWriter.dll) Version: 4.0.0.0 (4.0.1000.111)
Syntax

public class PdfSettings

The PdfSettings type exposes the following members.

Constructors

  NameDescription
Public methodPdfSettings
The constructor creates the object and initializes it's internal state.
Top
Properties

  NameDescription
Public propertyPrinterName
Specify which printer name the current settings applies to.
Public propertyPrinterVersion
Returns the version of the installed printer. It looks at the version information of gui.exe in the printer's program folder.
Public propertyVersion
The version of the assembly. This is not the same as the version of the printer.
Top
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