Class PrintFile
It represents a file in the server that will be printed at the client side.
public
|
|
public
|
|
public
|
string |
PREFIX
|
'wcpPF:' |
|
string |
SEP
|
'|' |
public
string
|
$filePath | '' |
#
Gets or sets the path of the file at the server side that will be printed at the client side. |
public
string
|
$fileName | '' |
#
Gets or sets the file name that will be created at the client side. It must include the file extension like .pdf, .txt, .doc, .xls, etc. |
public
string
|
$fileBinaryContent | '' |
#
Gets or sets the binary content of the file at the server side that will be printed at the client side. |