DocumentPrintSize Property
Specifies the requested print size of the label.
Syntax
property DocumentPrintSize[DocumentIndex: Integer]: TibxupsfreightshipDocumentPrintSizes;
TibxupsfreightshipDocumentPrintSizes = ( fpsSize4X6, fpsSize4X8, fpsSize8X11 );
Default Value
fpsSize4X6
Remarks
Specifies the requested print size of the label. Possible values are:
fpsSize4X6 (0) | 4x6 |
fpsSize4X8 (1) | 4x8 |
fpsSize8X11 (2) | 8x11 (Recommended for laser label types) |
Required when DocumentType is fitLabel. Otherwise it is ignored.
The size of the array is controlled by the DocumentCount property.
This property is not available at design time.
Data Type
Integer