📄 errorcodes.h
字号:
//========================================================================//// ErrorCodes.h//// Copyright 2002 Glyph & Cog, LLC////========================================================================#ifndef ERRORCODES_H#define ERRORCODES_H#define errNone 0 // no error#define errOpenFile 1 // couldn't open the PDF file#define errBadCatalog 2 // couldn't read the page catalog#define errDamaged 3 // PDF file was damaged and couldn't be // repaired#define errEncrypted 4 // file was encrypted and password was // incorrect or not supplied#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -