Enum Pdf417MacroTerminator
Enum Pdf417MacroTerminator
Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.1.0)
Utilizzato per indicare all’encoder se aggiungere il Terminatore Macro PDF417 (codice 922) al segmento.
Applicato solo per Macro PDF417.
public enum Pdf417MacroTerminator
Campi
Auto = 0
Il terminatore verrà aggiunto automaticamente se il numero di segmenti è fornito
e il segmento corrente è l’ultimo. In altri casi, il terminatore non verrà aggiunto.
None = 1
Il terminatore non verrà aggiunto.
Set = 2
Il terminatore verrà aggiunto.