Platforms to show: All Mac Windows Linux Cross-Platform

Back to DynaPDFMBS class.

Previous items Next items

DynaPDFMBS.kccCross2 = 3

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

DynaPDFMBS.kccCross3 = 4

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

DynaPDFMBS.kccCross4 = 5

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

DynaPDFMBS.kccDiamond = 6

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

DynaPDFMBS.kccfBW_To_Gray = 0

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.6
One of the flag constants for color conversion.

Default, RGB Black and White set with rg or RG inline operators are converted to gray

DynaPDFMBS.kccfRGB_To_Gray = 1

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.6
One of the flag constants for color conversion.

If set, inline color operators rg and RG are converted to gray

DynaPDFMBS.kccfToGrayAdjust = 2

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 12.4
One of the flag constants for color conversion.

Converts RGB and gray inline operators to gray and allows to darken or lighten the colors.

DynaPDFMBS.kccSquare = 7

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

DynaPDFMBS.kccStar = 8

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

DynaPDFMBS.kcfCCITT3 = 2

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

PDF or TIFF output -> B&W CCITT Fax G3 compression -> fast but less compression ratio

DynaPDFMBS.kcfCCITT4 = 3

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

PDF or TIFF output -> B&W CCITT Fax G4 compression -> slower but higher compression ratio

DynaPDFMBS.kcfConvGrayToOtsu = &h00002000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 18.1
One of the DynaPDF constants for compression filter.

The Otsu filter is a special filter to produce black & white images. It is very useful if an OCR scan should be applied on the resulting 1 bit image. The flag is considered in AddRasImage(), RenderPDFFile(), and RenderPageToImage() if the pixel format was set to pxfGray.

DynaPDFMBS.kcfDitherFloydSteinberg = &h00001000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 18.1
One of the DynaPDF constants for compression filter.

Floyd Steinberg dithering. Special flags for AddRasImage(). These flags can be combined with the filters cfFlate, cfCCITT3, cfCCITT4, and LZW.

DynaPDFMBS.kcfFlate = 0

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

PDF or TIFF output

DynaPDFMBS.kcfFlateBW = 6

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

TIFF, PNG, or BMP output -> Dithered black & white output. The resulting image will be compressed with Flate or left uncompressed if the output image format is a bitmap. If you want to use CCITT Fax 4 compression (TIFF only) set the flag icUseCCITT4 in the AddImage() function call. Note that this filter is not supported for PDF creation!

DynaPDFMBS.kcfIgnoreICCProfile = &h00008000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 21.1
One of the DynaPDF constants for compression filter.

Meaningful only if color management is enabled. If set, the device ICC profile is not embedded in the image.

DynaPDFMBS.kcfJBIG2 = 8

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 18.4
One of the DynaPDF constants for compression filter.

JBIG2 for PDF output only.

DynaPDFMBS.kcfJP2K = 7

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

PDF or JPEG2000 output

DynaPDFMBS.kcfJPEG = 1

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

PDF, JPEG, or TIFF output

DynaPDFMBS.kcfLZW = 4

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

TIFF or GIF output -> Very fast but less compression ratios than flate

DynaPDFMBS.kcfLZWBW = 5

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 13.1
One of the DynaPDF constants for compression filter.

TIFF output -> Very fast but less compression ratios than flate. For black and white.

DynaPDFMBS.kcfNone = &h000000FF

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 20.4
One of the DynaPDF constants for compression filter.

No compression, only for TIFF format.

DynaPDFMBS.kcfOrderedDithering = &h00004000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 21.0
One of the DynaPDF constants for compression filter.

Ordered dithering. The difference in comparison to the pixel format pxf1Bit is that we render into a GrayA buffer instead of a native 1 bit buffer since this one produces incorrect results in certain transparency calculations.

DynaPDFMBS.kcfPresLosslessFilter = &h00010000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 21.5
One of the DynaPDF constants for compression filter.

Preserve loss-less compression filters.
Use the specified filter otherwise.

DynaPDFMBS.kcfPresLossyFilter = &h00020000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 21.5
One of the DynaPDF constants for compression filter.

Preserve lossy compression filters.
Use the specified filter otherwise.

DynaPDFMBS.kcisCompressedSize = 8

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 11.0
One of the DynaPDF constants for user defined columns is stored in collection items.

The compressed file size.
Data value comes from the embedded file.

DynaPDFMBS.kcisCreationDate = 0

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants for user defined columns is stored in collection items.

The creation date of this file.
Data value comes from the embedded file.

DynaPDFMBS.kcisCustomDate = 5

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants for user defined columns is stored in collection items.

User defined date.

DynaPDFMBS.kcisCustomNumber = 6

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants for user defined columns is stored in collection items.

User defined number.

DynaPDFMBS.kcisCustomString = 7

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants for user defined columns is stored in collection items.

User defined string.

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