Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
TSBPDFAssemblyOptions = int;
const int aoAcrobatFriendlyAcroForm = 1;
const int aoAdjustTimesToUTC = 2;
[VB.NET]
TSBPDFAssemblyOptions As Integer
Const aoAcrobatFriendlyAcroForm As Integer = 1
Const aoAdjustTimesToUTC As Integer = 2
[Pascal]
under development
[C++]
typedef uint8_t TSBPDFAssemblyOptionRaw;
typedef enum { aoAcrobatFriendlyAcroForm = 0, aoAdjustTimesToUTC = 1 } TSBPDFAssemblyOption;
typedef uint32_t TSBPDFAssemblyOptionsRaw;
typedef enum { f_aoAcrobatFriendlyAcroForm = 1, f_aoAdjustTimesToUTC = 2 } TSBPDFAssemblyOptions;
[PHP]
class TSBPDFAssemblyOptions extends TSBBaseEnum {
const aoAcrobatFriendlyAcroForm = 1;
const aoAdjustTimesToUTC = 2;
}
Possible values
Declared in
.NET:
- Namespace: SBPDF
- Assembly: SecureBlackbox...
VCL:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum