Platforms to show: All Mac Windows Linux Cross-Platform

Back to DynaPDFMBS class.

Previous items Next items

DynaPDFMBS.kpsFitZoom = 3

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

This mode must be used if the scaling factors of the transformation matrix are <> 1.0

DynaPDFMBS.kpsNone = 1

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.7
One of the print scaling flag constants.

DynaPDFMBS.kpt3DOrthographic = 0

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the constants for 3D projection types.

Orthographic

DynaPDFMBS.kpt3DPerspective = 1

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the constants for 3D projection types.

Perspective

DynaPDFMBS.kptColored = 0

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

DynaPDFMBS.kptConvertPage = 3

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 21.1
One of the DynaPDF constants for the progtype parameter in the progress event.

Start converting the PDF file (Optimize(), CheckConformance())

DynaPDFMBS.kptDontCopyBuf = 4

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the constants for password type to pass when opening files.

If set, OpenImportBuffer() does not copy the PDF buffer to an internal buffer. This increases the processing speed and reduces the memory usage. The PDF buffer must not be released until CloseImportFile() or CloseFile() was called.

DynaPDFMBS.kptForceRepair = 2

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the constants for password type to pass when opening files.

Meaningful only when opening a PDF file with OpenImportFile() or OpenImportBuffer(). If set, the PDF parser rebuilds the cross-reference table by scanning all the objects in the file. This can be useful if the cross-reference table contains damages while the top level objects are intact. Setting this flag makes only sence if the file was already previously opened in normal mode and if errors occured when importing pages of it.

DynaPDFMBS.kptImportPage = 0

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants for the progtype parameter in the progress event.

This value is for: Start page import

DynaPDFMBS.kptOpen = 0

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the constants for password type to pass when opening files.

No password.

DynaPDFMBS.kptOwner = 1

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the constants for password type to pass when opening files.

Owner password provided.

DynaPDFMBS.kptPrintPage = 2

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 15.2
One of the DynaPDF constants for the progtype parameter in the progress event.

Progress for printing a page.

DynaPDFMBS.kptShadingPattern = 2

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

DynaPDFMBS.kptUnColored = 1

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

DynaPDFMBS.kptWritePage = 1

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF constants for the progtype parameter in the progress event.

This value is for: Start writing a page to file or buffer

DynaPDFMBS.kpvFacturX_Basic = &h00100000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 19.2
One of the PDF Version constants.
Example
dim pdf as DynaPDFMBS // your DynaPDF object
dim bBool as Boolean

// Factur-X Basic
bBool=pdf.SetPDFVersion(DynaPDFMBS.kpvFacturX_Basic)

Basic profile for FacturX.

DynaPDFMBS.kpvFacturX_Basic_WL = &h00200000

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

Basic WL profile for FacturX.

DynaPDFMBS.kpvFacturX_Comfort = &h00400000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 19.2
One of the PDF Version constants.
Example
dim pdf as DynaPDFMBS // your DynaPDF object
dim bBool as Boolean

// Factur-X Comfort
bBool=pdf.SetPDFVersion(DynaPDFMBS.kpvFacturX_Comfort)

Comfort profile for FacturX.

DynaPDFMBS.kpvFacturX_Extended = &h00800000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 19.2
One of the PDF Version constants.
Example
dim pdf as DynaPDFMBS // your DynaPDF object
dim bBool as Boolean

// Factur-X Extended
bBool=pdf.SetPDFVersion(DynaPDFMBS.kpvFacturX_Extended)

Extended profile for FacturX.

DynaPDFMBS.kpvFacturX_Mask = &h02F80000

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

Mask for all FacturX variants.
Contains kpvFacturX_Minimum, kpvFacturX_Basic, kpvFacturX_Basic_WL, kpvFacturX_Comfort, kpvFacturX_Extended and kpvFacturX_XRechnung,

DynaPDFMBS.kpvFacturX_Minimum = &h00080000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 19.2
One of the PDF Version constants.
Example
dim pdf as DynaPDFMBS // your DynaPDF object
dim bBool as Boolean

// Factur-X Minimum
bBool=pdf.SetPDFVersion(DynaPDFMBS.kpvFacturX_Minimum)

Minimum profile for FacturX.

DynaPDFMBS.kpvPDFA_1a = 16

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

PDF/A 1a

DynaPDFMBS.kpvPDFA_2005 = 14

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

PDF/A-1b 2005

DynaPDFMBS.kpvPDFA_2a = 17

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

PDF/A 2a

DynaPDFMBS.kpvPDFA_2b = 18

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

PDF/A 2b

DynaPDFMBS.kpvPDFA_2u = 19

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

PDF/A 2u

DynaPDFMBS.kpvPDFA_3a = 20

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

PDF/A 3a

DynaPDFMBS.kpvPDFA_3b = 21

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

PDF/A 3b

DynaPDFMBS.kpvPDFA_3u = 22

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

PDF/A 3u

DynaPDFMBS.kpvPDFA_4 = 31   New in 23.5

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

PDF/A 4

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