PdfSettingsGetSettingsFilePath Method (PdfSettingsFileType, String)

Printer API Documentation
Get the full file path of the settings file.

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

public string GetSettingsFilePath(
	PdfSettingsFileType settingsFileType,
	string documentName
)

Parameters

settingsFileType
Type: pdf7.PdfWriterPdfSettingsFileType
Type of settings file you want the path for.
documentName
Type: SystemString
Name of document that this settings file must work with.

Return Value

Type: String
Full path of settings file.
See Also

Reference