Read the existing settings@printername.ini or runonce@printername.ini into memory.
Namespace:
bioPDF.PdfWriter
Assembly:
bioPDF.PdfWriter (in bioPDF.PdfWriter.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub LoadSettings ( _
isRunOnce As Boolean _
) |
C# |
---|
public void LoadSettings(
bool isRunOnce
) |
Visual C++ |
---|
public:
void LoadSettings(
bool isRunOnce
) |
JavaScript |
---|
function loadSettings(isRunOnce); |
Parameters
- isRunOnce
- Type: System..::.Boolean
Indicates if you are working on the runonce@printername.ini or settings@printername.ini file.
Remarks
See Also