Initialize the status values based on information loaded from a file.
Namespace:
pdf7.PdfWriterAssembly: pdf7.PdfWriter (in pdf7.PdfWriter.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub Load ( _ fileName As String _ ) |
| C# |
|---|
public void Load( string fileName ) |
| Visual C++ |
|---|
public: void Load( String^ fileName ) |
| JavaScript |
|---|
function load(fileName); |
Parameters
- fileName
- Type: System..::.String
File name of the status file.