Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
TSBPDFAssociatedFileRelationship = short;
const short afrNone = 0;
const short afrSource = 1;
const short afrData = 2;
const short afrAlternative = 3;
const short afrSupplement = 4;
const short afrCustom = 5;
[VB.NET]
TSBPDFAssociatedFileRelationship As Short
Const afrNone As Short = 0
Const afrSource As Short = 1
Const afrData As Short = 2
Const afrAlternative As Short = 3
Const afrSupplement As Short = 4
Const afrCustom As Short = 5
[Pascal]
under development
[C++]
typedef uint8_t TSBPDFAssociatedFileRelationshipRaw;
typedef enum { afrNone = 0, afrSource = 1, afrData = 2, afrAlternative = 3, afrSupplement = 4, afrCustom = 5 } TSBPDFAssociatedFileRelationship;
[PHP]
class TSBPDFAssociatedFileRelationship extends TSBBaseEnum {
const afrNone = 0;
const afrSource = 1;
const afrData = 2;
const afrAlternative = 3;
const afrSupplement = 4;
const afrCustom = 5;
}
Possible values
Declared in
.NET:
- Namespace: SBPDF
- Assembly: SecureBlackbox...
VCL:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum