Platforms to show: All Mac Windows Linux Cross-Platform

Back to DynaPDFRasterImageMBS class.

Next items

DynaPDFRasterImageMBS.kpsFitBest = 2

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 11.1
One of the constants to specify how the page should be scaled into the image buffer.

Scale the page so that it fits fully into the image buffer.

DynaPDFRasterImageMBS.kpsFitHeight = 1

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 11.1
One of the constants to specify how the page should be scaled into the image buffer.

Scale the page to the height of the image buffer.

DynaPDFRasterImageMBS.kpsFitWidth = 0

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 11.1
One of the constants to specify how the page should be scaled into the image buffer.

Scale the page to the width of the image buffer.

DynaPDFRasterImageMBS.krfClipToArtBox = 4

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 11.1
One of the raster flag constants.

Clip the page to the art box if any.

Only one of these clip flags must be set at time!

DynaPDFRasterImageMBS.krfClipToBleedBox = 8

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 11.1
One of the raster flag constants.

Clip the page to the bleed box if any.

Only one of these clip flags must be set at time!

DynaPDFRasterImageMBS.krfClipToTrimBox = 16

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 11.1
One of the raster flag constants.

Clip the page to the bleed box if any.

Only one of these clip flags must be set at time!

DynaPDFRasterImageMBS.krfCompositeWhite = &h00001000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 13.1
One of the raster flag constants.

Composite pixel formats with an alpha channel finally with a white background. The alpha channel is 255 everywhere after composition. This flag is mainly provided for debug purposes but it can also be useful if the image must be copied on screen with a function that doesn't support alpha blending.

DynaPDFRasterImageMBS.krfDefault = 0

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 11.1
One of the raster flag constants.

Render the page as usual

DynaPDFRasterImageMBS.krfDisableAAClipping = &h00200000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 15.0
One of the raster flag constants.

Disable Anti-Aliasing for clipping paths. This flag is the most important one since clipping paths cause often visible artefacts in PDF files with flattened transparency.

DynaPDFRasterImageMBS.krfDisableAAText = &h00400000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 15.0
One of the raster flag constants.

Disable Anti-Aliasing for text.

DynaPDFRasterImageMBS.krfDisableAAVector = &h00800000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 15.0
One of the raster flag constants.

Disable Anti-Aliasing for vector graphics.

DynaPDFRasterImageMBS.krfDisableAntiAliasing = &h00E00000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 15.0
One of the raster flag constants.

Fully disable Anti-Aliasing.

DynaPDFRasterImageMBS.krfDisableBiLinearFilter = &h01000000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 15.0
One of the raster flag constants.

Disable the BiLevel filter for images. Sometetimes useful if sharp images are needed, e.g. for barcodes.

DynaPDFRasterImageMBS.krfEnableBlendCS = &h10000000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 22.3
One of the raster flag constants.

If set, the page is rendered in the color space of the page group, soft proof color space, or output intent (if set), and finally converted to the destination colorspace.

DynaPDFRasterImageMBS.krfExclAnnotations = 32

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 11.1
One of the raster flag constants.

Don't render annotations.

DynaPDFRasterImageMBS.krfExclButtons = &h00004000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 15.0
One of the raster flag constants.

If you want to render specific field types with RenderAnnotOrField() then use this flag to exclude buttons.
If all fields should be skipped then set the flag rfExclFormFields instead.

DynaPDFRasterImageMBS.krfExclCheckBoxes = &h00008000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 15.0
One of the raster flag constants.

Exclude check boxes.
If you want to render specific field types with RenderAnnotOrField() then use this flag to exclude checkboxes.
If all fields should be skipped then set the flag rfExclFormFields instead.

DynaPDFRasterImageMBS.krfExclComboBoxes = &h00010000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 15.0
One of the raster flag constants.

Exclude combo boxes.
If you want to render specific field types with RenderAnnotOrField() then use this flag to exclude combobox.
If all fields should be skipped then set the flag rfExclFormFields instead.

DynaPDFRasterImageMBS.krfExclFormFields = 64

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 11.1
One of the raster flag constants.

Don't render form fields.

DynaPDFRasterImageMBS.krfExclListBoxes = &h00020000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 15.0
One of the raster flag constants.

Exclude listbox fields.
If you want to render specific field types with RenderAnnotOrField() then use this flag to exclude listbox.
If all fields should be skipped then set the flag rfExclFormFields instead.

DynaPDFRasterImageMBS.krfExclPageContent = &h00002000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 14.4
One of the raster flag constants.

If set, only annotations and form fields will be rendered (if any).

DynaPDFRasterImageMBS.krfExclSigFields = &h00080000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 15.0
One of the raster flag constants.

Exclude signature fields.
If you want to render specific field types with RenderAnnotOrField() then use this flag to exclude signature fields.
If all fields should be skipped then set the flag rfExclFormFields instead.

DynaPDFRasterImageMBS.krfExclTextFields = &h00040000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 15.0
One of the raster flag constants.

Exclude text fields.
If you want to render specific field types with RenderAnnotOrField() then use this flag to exclude text fields.
If all fields should be skipped then set the flag rfExclFormFields instead.

DynaPDFRasterImageMBS.krfForceInterpolation = &h40000000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 23.4
One of the raster flag constants.

If set, image interpolation will be applied.

DynaPDFRasterImageMBS.krfIgnoreCropBox = 2

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 11.1
One of the raster flag constants.

Ignore the crop box and render anything inside the media box without clipping.

DynaPDFRasterImageMBS.krfInitBlack = &h00000800

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 13.1
One of the raster flag constants.

Initialize the image buffer to black before rendering (RGBA or GrayA must be initialized to black)

DynaPDFRasterImageMBS.krfRenderInvisibleText = &h02000000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 18.2
One of the raster flag constants.

If set, treat text rendering mode Invisible as Normal.

DynaPDFRasterImageMBS.krfRenderPrintState = &h20000000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 23.1
One of the raster flag constants.

If set, the print state of layers, annotations, and form fields will be rendered.

DynaPDFRasterImageMBS.krfRotate180 = &h00000200

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 11.3
One of the raster flag constants.

Rotate the page 180 degress.

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