Platforms to show: All Mac Windows Linux Cross-Platform

Back to DynaPDFMBS class.

Previous items Next items

DynaPDFMBS.kfsUltraBlack = &h3E800000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 10.1
One of the font style constants for the weight class.

DynaPDFMBS.kfsUltraCondensed = &h00000100

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 10.1
One of the font style constants for the width class.

DynaPDFMBS.kfsUltraExpanded = &h00000900

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 10.1
One of the font style constants for the width class.

DynaPDFMBS.kfsUnderlined = 4

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

Underlined text.

DynaPDFMBS.kfsVerticalMode = 16

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 10.1
One of the constants for font style.

Not considered at this time (v2.5)

DynaPDFMBS.kftButton = 0

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

Button

DynaPDFMBS.kftCheckBox = 1

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

Checkbox

DynaPDFMBS.kftComboBox = 3

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

Combobox

DynaPDFMBS.kftGroup = 7

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

This is not a real field type, it is just an array of fields.

DynaPDFMBS.kftListBox = 4

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

Listbox

DynaPDFMBS.kftMMType1 = 0

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

Multiple Master

DynaPDFMBS.kftRadioBtn = 2

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

Radio Button

DynaPDFMBS.kftSignature = 6

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

Signature

DynaPDFMBS.kftText = 5

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

Text.

DynaPDFMBS.kftTrueType = 1

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

TrueType font

DynaPDFMBS.kftType0 = 2

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

CID font -> the descendant font can be a TrueType, Type1 (CFF), or OpenType font

DynaPDFMBS.kftType1 = 3

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

Type1 font

DynaPDFMBS.kftType3 = 4

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

Type3 font

DynaPDFMBS.kgfAnsiStringIsUTF8 = 32

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 12.4
One of the graphics state flag constants.
Example

// set the flag:
Call pdf.SetGStateFlags(MyDynaPDFMBS.kgfAnsiStringIsUTF8, False)

If set, single byte strings in Ansi functions are treated as UTF-8 encoded Unicode strings.
Currently not useable with plugins.

DynaPDFMBS.kgfCompatible = 0

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

Compatible graphics state to earlier DynaPDF versions -> default

DynaPDFMBS.kgfComplexText = &h00000400

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 20.1
One of the graphics state flag constants.
Example

// set the flag:
Call pdf.SetGStateFlags(MyDynaPDFMBS.kgfComplexText, False)

If set, text is processed with Uniscribe on Windows.

DynaPDFMBS.kgfDisableBidiCtrls = &h00001000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 22.0
One of the graphics state flag constants.
Example

// set the flag:
Call pdf.SetGStateFlags(MyDynaPDFMBS.kgfDisableBidiCtrls, False)

Meaningful only if gfComplexText is set too. If set, bidi control characters are ignored. This flag can be useful if the result of web browsers should be emulated since web browsers do not support bidi control characters. This flag is also used internally to create the appearance stream of form fields since form fields do not support bidi control characters.

DynaPDFMBS.kgfDisableJavascript = &h00000800

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 21.5
One of the graphics state flag constants.
Example

// set the flag:
Call pdf.SetGStateFlags(MyDynaPDFMBS.kgfDisableJavascript, False)

If set, Javascript actions associated with the OnFormat event of text fields are not executed to format the field value.

DynaPDFMBS.kgfDoNotComprMetadata = &h00002000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 22.4
One of the graphics state flag constants.
Example

// set the flag:
Call pdf.SetGStateFlags(MyDynaPDFMBS.kgfDoNotComprMetadata, False)

If set, arbitrary metadata stream associated with PDF objects other that the global metadata stream will not be compressed. This can be useful since certain standards prohibit compression of metadata streams. The flag is automatically for PDF/X files.

DynaPDFMBS.kgfIgnoreICCProfiles = 16

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 9.3
One of the graphics state flag constants.
Example

// set the flag:
Call pdf.SetGStateFlags(MyDynaPDFMBS.kgfIgnoreICCProfiles, False)

Meaningful only if the flag kgfUseImageColorSpace is set. If set, an embedded profile is not used to create an ICCBased color space for the image. The image is inserted in the corresponding device color space instead.

DynaPDFMBS.kgfNativeBlackWhite = 4

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.1
One of the graphics state flag constants.
Example

// set the flag:
Call pdf.SetGStateFlags(MyDynaPDFMBS.kgfNativeBlackWhite, False)

Do not convert RGB black or white to DeviceGray

DynaPDFMBS.kgfNoBitmapAlpha = &h00000080

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 14.3
One of the graphics state flag constants.
Example

// set the flag:
Call pdf.SetGStateFlags(MyDynaPDFMBS.kgfNoBitmapAlpha, False)

If set, the alpha channel in 32 bit bitmaps will be ignored. Useful for bitmaps with an invalid alpha channel.

DynaPDFMBS.kgfNoImageDuplCheck = &h00000100

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 14.3
One of the graphics state flag constants.
Example

// set the flag:
Call pdf.SetGStateFlags(MyDynaPDFMBS.kgfNoImageDuplCheck, False)

Disables duplicate check for images.

DynaPDFMBS.kgfNoObjCompression = &h00000200

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 16.1
One of the graphics state flag constants.
Example

// set the flag:
Call pdf.SetGStateFlags(MyDynaPDFMBS.kgfNoObjCompression, False)

If set, object compression will be disabled.

DynaPDFMBS.kgfRealPassThrough = 64

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 14.3
One of the graphics state flag constants.
Example

// set the flag:
Call pdf.SetGStateFlags(MyDynaPDFMBS.kgfRealPassThrough, False)

If set, JPEG images are inserted as is. JPEG images are normally rebuild, also in pass-through mode, to avoid issues with certain malformed JPEG images which cannot be displayed in Adobes Acrobat or Reader. If you know that your JPEG images work then set this flag to avoid unnecessary processing time.

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...