SlipPrinterCapabilities.IsFullLengthSupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether the slip printer station can print full-length forms.
public:
property bool IsFullLengthSupported { bool get(); };
bool IsFullLengthSupported();
public bool IsFullLengthSupported { get; }
var boolean = slipPrinterCapabilities.isFullLengthSupported;
Public ReadOnly Property IsFullLengthSupported As Boolean
Property Value
Boolean
bool
True if the slip printer station can print full-length forms. False if the slip printer station is a validation-type station. Validation-type stations usually limit the number of print lines and turn off access to the receipt and journal stations while the validation slip is used.