PdfSettingsRemoveSettings Method (PdfSettingsFileType)

Printer API Documentation
Removes an existing settings file.

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

public void RemoveSettings(
	PdfSettingsFileType settingsFileType
)

Parameters

settingsFileType
Type: pdf7.PdfWriterPdfSettingsFileType
Indicates if type of settings file you want to remove.
Remarks

If the file you are trying to delete doesn't exist, nothing will happen.
See Also

Reference