Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
public enum TSBPDFEncryptionSubject { esStream = 0, esString = 1 };
[VB.NET]
Enum TSBPDFEncryptionSubject
esStream = 0
esString = 1
End Enum
[Pascal]
under development
[C++]
typedef uint8_t TSBPDFEncryptionSubjectRaw;
typedef enum { esStream = 0, esString = 1 } TSBPDFEncryptionSubject;
[PHP]
class TSBPDFEncryptionSubject extends TSBBaseEnum {
const esStream = 0;
const esString = 1;
}
[Java]
public enum TSBPDFEncryptionSubject { esStream, esString }
Possible values
Declared in
.NET:
- Namespace: SBPDF
- Assembly: SecureBlackbox...
VCL:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum