Create an instance of the PdfStatus class and loads the status from a file.
Namespace:
pdf7.PdfWriterAssembly: pdf7.PdfWriter (in pdf7.PdfWriter.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ fileName As String _ ) |
| C# |
|---|
public PdfStatus( string fileName ) |
| Visual C++ |
|---|
public: PdfStatus( String^ fileName ) |
| JavaScript |
|---|
pdf7.PdfWriter.PdfStatus = function(fileName); |
Parameters
- fileName
- Type: System..::.String
Path of status file to load.