Platforms to show: All Mac Windows Linux Cross-Platform

Back to DynaPDFMBS class.

Previous items Next items

DynaPDFMBS.kgfRealTopDownCoords = 2

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

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

If set, the page coordinate system is not reset to bottom-up when transforming the coordinate system. However, real top-down coordinates require a large internal overhead and where never fully implemented. The usage of this flag should be avoided if possible.

DynaPDFMBS.kgfRestorePageCoords = 1

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

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

Restore the coordinate system with the graphics state (the value of PageCoords, see SetPageCoords())

DynaPDFMBS.kgfSkaleAnnotIcons = &h00008000   New in 23.5

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 23.5
One of the graphics state flag constants.
Example
// set the flag:
Call pdf.SetGStateFlags(MyDynaPDFMBS.kgfSkaleAnnotIcons, False)

If set, icons of text and file attach annotation are scaled with the page like every other annotation. These annotations have normally a fixed size that is indendent of the zoom or scaling factor.

DynaPDFMBS.kgfUpdatePDFVTModDate = &h00004000

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

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

If set, the key GTS_PDFVTModDate will be set to the file's modification date.

DynaPDFMBS.kgfUseImageColorSpace = 8

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.kgfUseImageColorSpace, False)

If set, the active color space is ignored when inserting an image. The color space is taken from the image file instead.

DynaPDFMBS.khmInvert = 1

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the Highlight Mode Constants.

DynaPDFMBS.khmNone = 0

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the Highlight Mode Constants.

DynaPDFMBS.khmOutline = 2

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the Highlight Mode Constants.

DynaPDFMBS.khmPush = 3

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the Highlight Mode Constants.

DynaPDFMBS.khmPushUpd = 4

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the Highlight Mode Constants.

Update appearance stream on changes

DynaPDFMBS.khtDetached = 0

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 10.2
One of the constants for CloseAndSignFileExt.

Returns the byte ranges of the finish PDF buffer to create a detached signature.

DynaPDFMBS.khtSHA1 = 1

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 10.2
One of the constants for CloseAndSignFileExt.

Returns the SHA1 hash of the PDF file so that it can be signed.

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.kicfIgnorePageLayout = 2

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

DynaPDFMBS.kicmBPCompensation = 1

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 11.3
One of the flags to pass to InitColorManagement function.

Black point compensation preserves the black point when converting CMYK colors to different color spaces.

DynaPDFMBS.kicmCheckBlackPoint = 2

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 14.2
One of the flags to pass to InitColorManagement function.

If set, soft proofing will be disabled if the black point of the output intent is probably invalid.

DynaPDFMBS.kicmDefault = 0

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 11.3
One of the flags to pass to InitColorManagement function.

Default rules.

DynaPDFMBS.kicNone = 0

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 7.7
One of the image conversion flag constants.

Default value.

DynaPDFMBS.kictCMYK = 2

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

DynaPDFMBS.kictGray = 0

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

DynaPDFMBS.kictLab = 3

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

DynaPDFMBS.kictRGB = 1

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

DynaPDFMBS.kicUseCCITT4 = 1

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 7.7
One of the image conversion flag constants.

Use CCITT Fax 4 compression instead of Flate for dithered images.

DynaPDFMBS.kif2CopyEncryptDict = 64

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 17.0
One of the constants for ImportFlags2.

If set, the encryption settings of an encrypted PDF file are copied to the new PDF file.
The flag does nothing if the file is not encrypted.

DynaPDFMBS.kif2DuplicateCheck = 16

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 12.4
One of the constants for ImportFlags2.

Perform a duplicate check on color spaces, fonts, images, patterns, and templates when merging PDF files.

DynaPDFMBS.kif2MergeLayers = 1

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.1
One of the constants for ImportFlags2.

If set, layers with identical name are merged. If this flag is absent DynaPDF imports such layers separately so that each layer refers still to the pages where it was orignally used.

DynaPDFMBS.kif2NoMetadata = 8

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 11.3
One of the constants for ImportFlags2.

Ignore metadata streams which are attached to fonts, pages, images, and so on.

DynaPDFMBS.kif2NoResNameCheck = 32

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 16.5
One of the constants for ImportFlags2.

Useful in viewer applications

DynaPDFMBS.kif2Normalize = 2

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 10.3
One of the constants for ImportFlags2.

Replace LZW compression with Flate, apply limit checks, repair errors if possible.

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