Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
TSBPDFSignatureRemoveOption = short;
const short sroFull = 0;
const short sroKeepField = 1;
const short sroKeepAppearance = 2;
[VB.NET]
TSBPDFSignatureRemoveOption As Short
Const sroFull As Short = 0
Const sroKeepField As Short = 1
Const sroKeepAppearance As Short = 2
[Pascal]
under development
[C++]
typedef uint8_t TSBPDFSignatureRemoveOptionRaw;
typedef enum { sroFull = 0, sroKeepField = 1, sroKeepAppearance = 2 } TSBPDFSignatureRemoveOption;
[PHP]
class TSBPDFSignatureRemoveOption extends TSBBaseEnum {
const sroFull = 0;
const sroKeepField = 1;
const sroKeepAppearance = 2;
}
Possible values
Declared in
.NET:
- Namespace: SBPDF
- Assembly: SecureBlackbox...
VCL:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum