class Scanner
methods
Scanner.pop
Reference:
- Corresponding C source code: lpdfscannerlib.c#L1063-L1069
Scanner.popnumber
Return only the value of a real or integer
Reference:
- Corresponding C source code: lpdfscannerlib.c#L1013-L1021
😱 Types incomplete or incorrect? 🙏 Please contribute!
Scanner.popname
Return only the value of a name
Reference:
- Corresponding C source code: lpdfscannerlib.c#L1039-L1045
😱 Types incomplete or incorrect? 🙏 Please contribute!
Scanner.popstring
Return only the value of a string
Reference:
- Corresponding C source code: lpdfscannerlib.c#L1031-L1037
😱 Types incomplete or incorrect? 🙏 Please contribute!
Scanner.poparray
Return only the value of a array
Reference:
- Corresponding C source code: lpdfscannerlib.c#L1047-L1053
😱 Types incomplete or incorrect? 🙏 Please contribute!
Scanner.popdictionary
Return only the value of a dict
Reference:
- Corresponding C source code: lpdfscannerlib.c#L1055-L1061
😱 Types incomplete or incorrect? 🙏 Please contribute!
Scanner.popboolean
Return only the value of a boolean
Reference:
- Corresponding C source code: lpdfscannerlib.c#L1023-L1029
😱 Types incomplete or incorrect? 🙏 Please contribute!
Scanner.done
Abort further processing of this scan() call
Reference:
- Corresponding C source code: lpdfscannerlib.c#L830-L836
😱 Types incomplete or incorrect? 🙏 Please contribute!