Platforms to show: All Mac Windows Linux Cross-Platform

Back to DynaPDFMBS class.

DynaPDFMBS.katGoToE = 17

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 9.3
Like katGoToR but refers to an embedded PDF file.

PDF 1.6 Like atGoToR but refers to an embedded PDF file.

DynaPDFMBS.kAV_DIRECTION_MASK = 24

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants.

DynaPDFMBS.kAV_NON_FULL_SRC_MASK = 5

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants.

DynaPDFMBS.kAV_VIEW_PRINT_MASK = &h000003E0

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants.

DynaPDFMBS.kBMK_ADD_CHILDREN = &h40000000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 11.2
Special flag for bookmark values.

DynaPDFMBS.kBMK_INSERT = &h20000000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 11.2
Special flag for bookmark values.

DynaPDFMBS.kDEFAULT_LIST_CHAR = &h0000009F

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
Default character index of the font Wingdings-Regular to create a list (see WriteFText())

DynaPDFMBS.kDRV_FLOAT_PRECISION = 5

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.6
The precision used for float values.

DynaPDFMBS.kDYNAPDF_REVISION = "$Rev: 390 $"

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
The version of the dynapdf library.

DynaPDFMBS.kDYNAPDF_VERSIONSTRING = "4.0.84.246"

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
The version of the dynapdf library.

DynaPDFMBS.kE_FATAL_ERROR = &h20000000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants for error types.

Note that error codes are negative; to determine the error type use the absolute value:

// if bitwiseand(-errCode,E_FATAL_ERROR)=E_FATAL_ERROR then msgbox "A fatal error occurred!"

DynaPDFMBS.kE_FILE_ERROR = &h40000000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants for error types.

Note that error codes are negative; to determine the error type use the absolute value:

// if bitwiseand(-errCode,E_FILE_ERROR)=E_FILE_ERROR then msgbox "A fatal error occurred!"

DynaPDFMBS.kE_FONT_ERROR = &h10000000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants for error types.

Note that error codes are negative; to determine the error type use the absolute value:

// if bitwiseand(-errCode,E_FONT_ERROR)=E_FONT_ERROR then msgbox "A fatal error occurred!"

DynaPDFMBS.kE_SYNTAX_ERROR = &h04000000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants for error types.

Note that error codes are negative; to determine the error type use the absolute value:

// if bitwiseand(-errCode,E_SYNTAX_ERROR)=E_SYNTAX_ERROR then msgbox "A fatal error occurred!"

DynaPDFMBS.kE_VALUE_ERROR = &h08000000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants for error types.

Note that error codes are negative; to determine the error type use the absolute value:

// if bitwiseand(-errCode,E_VALUE_ERROR)=E_VALUE_ERROR then msgbox "A fatal error occurred!"

DynaPDFMBS.kE_WARNING = &h02000000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants for error types.

Note that error codes are negative; to determine the error type use the absolute value:

// if bitwiseand(-errCode,E_WARNING)=E_WARNING then msgbox "A fatal error occurred!"

DynaPDFMBS.kffCommitOnSelCh = &h04000000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 9.3
One of the field flags constants.

(PDF 1.5) If set, the new value is committed as soon as a selection is made with the pointing device. This allows applications to perform an action once a selection is made, without requiring the user to exit the field. If clear, the new value is not committed until the user exits the field. Supported by combo boxes and list boxes only.

DynaPDFMBS.kffRadioIsUnion = &h02000000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 9.3
One of the field flags constants.

PDF-1.5 check boxes of a radio button field only

DynaPDFMBS.kicfDefault = 0

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 11.2
One of the cache initialization flags.

DynaPDFMBS.kicfIgnoreOpenAction = 1

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 11.2
One of the cache initialization flags.

DynaPDFMBS.kNEW_ALIGN_CENTER = 3

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants.

DynaPDFMBS.kNEW_ALIGN_JUSTIFY = 4

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants.

DynaPDFMBS.kNEW_ALIGN_LEFT = 1

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants.

DynaPDFMBS.kNEW_ALIGN_RIGHT = 2

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants.

DynaPDFMBS.kNO_COLOR = &hFFFFFFF1

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the RGB color constants.

This value can be used for form fields, annotations and standard patterns to determine that the specific color is not set.
For example, when a form field should have a transparent background, set the field background color to NO_COLOR. The background appears then transparent.

DynaPDFMBS.koeOnAfterPrinting = 21

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants.

PDF 1.4 -> Catalog only

DynaPDFMBS.koeOnAfterSaving = 19

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants.

PDF 1.4 -> Catalog only

DynaPDFMBS.koeOnBeforeClosing = 17

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants.

PDF 1.4 -> Catalog only.

DynaPDFMBS.koeOnBeforePrinting = 20

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants.

PDF 1.4 -> Catalog only.

DynaPDFMBS.koeOnBeforeSaving = 18

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants.

PDF 1.4 -> Catalog only.

DynaPDFMBS.koeOnBlur = 8

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants.

Form fields only

DynaPDFMBS.koeOnCalc = 11

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants.

Form fields only.

DynaPDFMBS.koeOnClose = 2

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants.

Pages only

DynaPDFMBS.koeOnFocus = 7

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants.

Form fields only.

DynaPDFMBS.koeOnFormat = 10

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants.

Form fields only.

DynaPDFMBS.koeOnKeyStroke = 9

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants.

Form fields only.

DynaPDFMBS.koeOnMouseDown = 6

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants.

Form fields only.

DynaPDFMBS.koeOnMouseEnter = 4

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants.

Form fields only.

DynaPDFMBS.koeOnMouseExit = 5

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants.

Form fields only

DynaPDFMBS.koeOnMouseUp = 3

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants.

All fields, page link annotations, bookmarks

DynaPDFMBS.koeOnOpen = 1

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants.

Catalog, Pages

DynaPDFMBS.koeOnPageClose = 16

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants.

PDF 1.5 -> Form fields only

DynaPDFMBS.koeOnPageInVisible = 14

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants.

PDF 1.5 -> Form fields only

DynaPDFMBS.koeOnPageOpen = 15

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants.

PDF 1.5 -> Form fields only

DynaPDFMBS.koeOnPageVisible = 13

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants.

PDF 1.5 -> Form fields only

DynaPDFMBS.koeOnValidate = 12

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants.

All form fields, except buttons

DynaPDFMBS.kofUseOtsuFilter = &h00200000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 20.2
Whether to use Otsu filter.

Meaningfulonly, if the flag kofConvertGrayTo1Bit is set.
The Otsu filter is useful for gray scanned faxes.

DynaPDFMBS.kPDF_ANNOT_INDEX = &h40000000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 11.1
Special flag for GetPageFieldEx() to indicate that an annotation index was passed to the function.

See GetPageFieldEx() for further information.

DynaPDFMBS.kPDF_LIST_FONT = "Wingdings-Regular"

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
Default font to display the list symbol -> can be changed with SetListFont()

DynaPDFMBS.kPDF_LIST_SEP_WIDTH = 10

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
Default width between the list symbol and text (see WriteFText() in the help file for further information)

DynaPDFMBS.kPDF_MAX_INT = &h7FFFFFFF

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
The maximum integer value.

DynaPDFMBS.kPDF_MAX_LIST_COUNT = 32

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
Maximum count of nested list levels (WriteFText())

Was 6, but got changed to 32 for DynaPDF version 4.0.28.81.

DynaPDFMBS.kPDF_TABLEN = 3

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.6
The default tab length.

DynaPDFMBS.kpfDecomprAllImages = 2

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the parser flags.

This flag causes that all image formats will be decompressed with the exception of JBIG2 compressed images. If this flag is not set, images which are already stored in a valid image file format are returned as is. This is the case for RGB JPEG and JPEG2000 compressed images. If you want to extract the images of a PDF file this flag should be absent!

DynaPDFMBS.kpfImageInfoOnly = &h00000080

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.2
One of the image import flags.

If set, images are not decompressed. This flag is useful if you want to enumerate the images of a PDF file or if you want to determine how many images are stored in it. Note that images can be compressed with multiple filters. The member Filter of the structure TPDFImage contains only the last filter with which the image was compressed. There is no indication whether multiple decode filters are required to decompress the image buffer. So, it makes no sense to set this flag if you want to try to decompress the image buffer manually with your own decode filters.

DynaPDFMBS.kTRANSP_3D_ANNOT = &h40000000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 11.1
One of the annotation flags.

This flag can be combined with the annotation handle in Set3DAnnotProps().

3D Annotations with a transparent background are supported since PDF 1.7, Extension Level 3

The items on this page are in the following plugins: MBS DynaPDF Plugin.


The biggest plugin in space...