Class PrintFileDOC
It represents a DOC file in the server that will be printed at the client side.
- Neodynamic\SDK\Web\PrintFile
- Neodynamic\SDK\Web\PrintFileDOC
public
|
|
public
|
__construct()
|
PREFIX,
SEP
|
public
string
|
$pagesRange | '' |
#
Gets or sets a subset of pages to print. It can be individual page numbers, a range, or a combination. For example: 1, 5-10, 25, 50. Default is an empty string which means print all pages. |
public
boolean
|
$printInReverseOrder | false |
#
Gets or sets whether pages are printed in reverse order. Default is False. |
public
string
|
$password | '' |
#
Gets or sets the password for this PDF file. |
public
boolean
|
$duplexPrinting | false |
#
Gets or sets whether to perform manual duplex printing. Default is False. Manual duplex lets you print on both sides of a sheet by ordering the print job so that after the first half of the print job has been printed, the job can be flipped over for the second side printing. |
public
string
|
$duplexPrintingDialogMessage | '' |
#
Gets or sets the dialog message to prompt to the user to flip pages after first half of print job has been printed. Default is an empty string. |
$copies,
$deleteAfterPrinting,
$encryptMetadata,
$fileBinaryContent,
$fileExtension,
$fileIsPasswordProtected,
$fileName,
$filePath
|