Discuss this help topic in SecureBlackbox Forum
Defines assembly options of PDF documents.
Declaration
[C#/Java]
TSBPDFAssemblyOption = int;
const int aoAcrobatFriendlyAcroForm = 1;
const int aoAdjustTimesToUTC = 2;
[VB.NET]
TSBPDFAssemblyOption As Integer
Const aoAcrobatFriendlyAcroForm As Integer = 1
Const aoAdjustTimesToUTC As Integer = 2
[Pascal]
TSBPDFAssemblyOption = (aoAcrobatFriendlyAcroForm, aoAdjustTimesToUTC);
[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;
Description
Possible values:
Declared in
.NET:
- Namespace: SBPDF
- Assembly: SecureBlackbox.PDF
VCL:Java:
- Package: SecureBlackbox.PDF.jar
C++:
Discuss this help topic in SecureBlackbox Forum