Class PrintFilePDF
It represents a PDF file in the server that will be printed at the client side.
- Neodynamic\SDK\Web\PrintFile
-
Neodynamic\SDK\Web\PrintFilePDF
public
|
|
public
|
__construct()
|
PREFIX,
SEP
|
public
boolean
|
$printAsGrayscale | false |
#
Gets or sets whether to print the PDF document with color images, texts, or other objects as shades of gray. Default is False. |
public
boolean
|
$printAnnotations | false |
#
Gets or sets whether to print any annotations, if any, available in the PDF document. Default is False. |
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
integer
|
$printRotation |
|
#
Gets or sets the print rotation. Default is None. |
$copies,
$fileBinaryContent,
$fileName,
$filePath
|