This class can read and write setting files for the PDF Writer.
            You can use this to specify a large number of properties for the PDF Writer print jobs.
            If you are programming in .NET you should use the PdfSettings class instead of this one.
            
From a COM client you instantiate this object using the prog id pdf7.PdfSettings or class id DA427B24-0BD8-47e4-9756-865BF094AB39.
Inheritance Hierarchy
pdf7.PdfWriterComPdfSettings
Namespace: pdf7.PdfWriter
Assembly: pdf7.PdfWriter (in pdf7.PdfWriter.dll) Version: 4.0.0.0 (4.0.1000.111)
Syntax
The ComPdfSettings type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ComPdfSettings | Initializes a new instance of the ComPdfSettings class  | 
Properties
| Name | Description | |
|---|---|---|
| PrinterName | 
            COM wrapper for PrinterName.
              | |
| PrinterVersion | 
            COM wrapper for PrinterVersion.
              | |
| Version | 
            COM wrapper for Version.
              | 
Methods
| Name | Description | |
|---|---|---|
| GetSettingsFilePath | 
            COM wrapper for GetSettingsFilePath(Boolean).
              | |
| GetSettingsFilePathEx | 
            COM wrapper for GetSettingsFilePath(PdfSettingsFileType).
              | |
| GetSettingsFilePathEx2 | 
            COM wrapper for GetSettingsFilePath(PdfSettingsFileType, String).
              | |
| GetValue | 
            COM wrapper for GetValue(String).
              | |
| Init | 
            COM wrapper for Init.
              | |
| LoadSettings | 
            COM wrapper for LoadSettings(Boolean).
              | |
| LoadSettingsFile | 
            COM wrapper for LoadSettings(String).
              | |
| RemoveSettings | 
            COM wrapper for RemoveSettings(Boolean).
              | |
| RemoveSettingsFile | 
            COM wrapper for RemoveSettings(String).
              | |
| SetValue | 
            COM wrapper for SetValue(String, String).
              | |
| WriteSettings | 
            COM wrapper for WriteSettings(Boolean).
              | |
| WriteSettingsFile | 
            COM wrapper for WriteSettings(String).
              | 
See Also