Save the settings to file.
Namespace:
bioPDF.PdfWriterAssembly: bioPDF.PdfWriter (in bioPDF.PdfWriter.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub WriteSettings ( _ fileName As String _ ) |
C# |
---|
public void WriteSettings( string fileName ) |
Visual C++ |
---|
public: void WriteSettings( String^ fileName ) |
JavaScript |
---|
function writeSettings(fileName); |
Parameters
- fileName
- Type: System..::.String
Full file path of the file you want to write.
Remarks
An exception is raised if the write operation fails.