Discuss this help topic in SecureBlackbox Forum

TSBPDFSignatureRemoveOption

Declared in     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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;
    }

[Java]
    not available

Possible values

Declared in

.NET:
  • Namespace: SBPDF
  • Assembly: SecureBlackbox...
VCL:
  • Unit: SBPDF
Java:
  • Package: SecureBlackbox...jar
C++:
  • sbpdf.h

Discuss this help topic in SecureBlackbox Forum