Number of files in the last result.
Namespace:
pdf7.PdfWriter
Assembly:
pdf7.PdfWriter (in pdf7.PdfWriter.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property FileCount As Integer |
| C# |
|---|
public int FileCount { get; set; } |
| Visual C++ |
|---|
public:
property int FileCount {
int get ();
void set (int value);
} |
| JavaScript |
|---|
function get_fileCount();
function set_fileCount(value); |
See Also