bioPDF Online Documentation

LoadSettings Sub

Read the existing settings.ini or runonce.ini into memory.

Declaration

Public Sub LoadSettings(Optional ByVal isRunOnce As Boolean = True)

Arguments

isRunOnce
A boolean value that indicates if you are trying to load the runonce.ini or the settings.ini file. If this parameter is TRUE it will load the runonce.ini. Otherwise, the settings.ini is loaded. This parameter is optional and the default value is TRUE.

Remark

If errors occur during the load an empty configuration will be the result. This means that you don't have to know if a configuration exists before you try to load it.

See Also

WriteSettings   |   RemoveSettings


Applies To: bioPDF.PDFPrinterSettings

Methods

Copyright bioPDF 2008