Properties
The following properties are defined in the PrintStreamDocument class.
| Name | Access | Type | Initial Value | Description |
|---|---|---|---|---|
| Height | CRW | integer | 0 | |
| ImagePrint | CRW | integer | 1 | |
| MarginLeft | CRW | Number | 0 | |
| MarginTop | CRW | Number | 0 | |
| Orientation | CRW | integer | $VERTICAL | |
| PaperSize | CRW | String | 9 | |
| Printer | R | String | PrintStream value | |
| StoragePlace | CR | integer | $FILE | |
| Width | CRW | integer | 0 | |
| ZoomHeight | CRW | Number | 0 | |
| ZoomMatchsize | CRW | integer | 0 | |
| ZoomWidth | CRW | Number | 0 |
Access
R: Readable W: Writable C: Initializable
Overwriting property values when printing definition information is read
This information records the paper size, paper orientation, and margin adjustments, which overwrite the properties PaperSize, Orientation, Height, Width, MarginLeft, and MarginTop.
Once this PSS file is printed with PrintStream for Internet Explorer, the registry records the printer name, margin adjustment, print size adjustment, and whether or not to print an image. In Biz / Browser, if this record is present, the properties Printer, ImagePrint, MarginLeft, MarginTop, ZoomMatchsize, ZoomHeight, and ZoomWidth will be overwritten.
Therefore, when using a unique value in Biz / Browser, set it after reading the print definition information (after acquiring the return value ret.from = 0 of the Extract method).