Platforms to show: All Mac Windows Linux Cross-Platform

Back to DynaPDFMBS class.

Previous items Next items

DynaPDFMBS.kesDeviceN = 10

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

Special color space

DynaPDFMBS.kesDeviceRGB = 0

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

Device color space

DynaPDFMBS.kesICCBased = 6

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

CIE-based color space -> contains an ICC profile

DynaPDFMBS.kesIndexed = 8

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

Special color space

DynaPDFMBS.kesLab = 5

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

CIE-based color space

DynaPDFMBS.kesNChannel = 11

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

Special color space

DynaPDFMBS.kesPattern = 7

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

Special color space

DynaPDFMBS.kesSeparation = 9

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

Special color space

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.kfaiGraph = 0

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

Graph.

DynaPDFMBS.kfaiPaperClip = 1

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

Paper Clip

DynaPDFMBS.kfaiPushPin = 2

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

Push Pin

DynaPDFMBS.kfaiTag = 3

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

Tag

DynaPDFMBS.kfbtDisabled = 4

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 10.1
One of the font base type constants.

This value can be used to disable a specific font format. See SetFontSearchOrder() for further information.

DynaPDFMBS.kfbtOpenType = 2

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 10.1
One of the font base type constants.

OpenType font with Postscript outlines

DynaPDFMBS.kfbtStdFont = 3

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 10.1
One of the font base type constants.

PDF Standard font

DynaPDFMBS.kfbtTrueType = 0

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

TrueType, TrueType Collections, or OpenType fonts with TrueType outlines

DynaPDFMBS.kfbtType1 = 1

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

Type1 font

DynaPDFMBS.kfcBackColor = 0

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the constants for field or annotation colors.

DynaPDFMBS.kfcBorderColor = 1

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the constants for field or annotation colors.

DynaPDFMBS.kfcTextColor = 2

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the constants for field or annotation colors.

DynaPDFMBS.kffComb = &h01000000

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

PDF 1.5 Text fields only

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.kffDoNotScroll = &h00800000

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

PDF 1.4 Text fields only

DynaPDFMBS.kffDoNotSpellCheck = &h00400000

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

PDF 1.4 Text fields, combo boxes. If the field is a combo box, this flag is meaningful only if ffEdit is also set.

Previous items Next items

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


💬 Ask a question or report a problem
The biggest plugin in space...