Platforms to show: All Mac Windows Linux Cross-Platform

Back to DynaPDFMBS class.

Previous items Next items

DynaPDFMBS.kpffSmallCap = &h00020000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 20.2
One of the PDF font flag constants.

Small Caps font

DynaPDFMBS.kpffSymbolic = 4

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 20.2
One of the PDF font flag constants.

Symbolic font.

DynaPDFMBS.kpfImageInfoOnly = &h00000080

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.2
One of the image import flags.

If set, images are not decompressed. This flag is useful if you want to enumerate the images of a PDF file or if you want to determine how many images are stored in it. Note that images can be compressed with multiple filters. The member Filter of the structure TPDFImage contains only the last filter with which the image was compressed. There is no indication whether multiple decode filters are required to decompress the image buffer. So, it makes no sense to set this flag if you want to try to decompress the image buffer manually with your own decode filters.

DynaPDFMBS.kpfNoJPXDecode = 4

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

Meaningful only if the flag pfDecomprAllImages is set. If set, JPEG2000 images are returned as is so that you can use your own library to decompress such images since the the entire JPEG2000 codec is still marked as experimental. If we find an alternative to the currently used Jasper library then we will replace it immediatly with another one...

DynaPDFMBS.kpfNone = 0

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

DynaPDFMBS.kpfUS_Legal = 18

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF page format constants for SetPageFormat.

US Legal

DynaPDFMBS.kpfUS_Letter = 19

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 8.0
One of the DynaPDF page format constants for SetPageFormat.

US Letter

DynaPDFMBS.kplDefault = 6

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

Use viewer's default settings

DynaPDFMBS.kplfDecimalArabic = 0

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

1,2,3,4...

DynaPDFMBS.kplfLowercaseLetters = 4

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

a,b,c,d...

DynaPDFMBS.kplfLowercaseRoman = 2

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

i,ii,iii,iv...

DynaPDFMBS.kplfNone = 5

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

DynaPDFMBS.kplfUppercaseLetters = 3

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

A,B,C,D...

DynaPDFMBS.kplfUppercaseRoman = 1

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

I,II,III,IV...

DynaPDFMBS.kplOneColumn = 1

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

DynaPDFMBS.kplSinglePage = 0

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

DynaPDFMBS.kplTwoColumnLeft = 2

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

DynaPDFMBS.kplTwoColumnRight = 3

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

DynaPDFMBS.kplTwoPageLeft = 4

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

PDF 1.5

DynaPDFMBS.kplTwoPageRight = 5

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

PDF 1.5

DynaPDFMBS.kpmFullScreen = 3

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

DynaPDFMBS.kpmUseAttachments = 5

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

PDF 1.6

DynaPDFMBS.kpmUseNone = 0

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

DynaPDFMBS.kpmUseOC = 4

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

PDF 1.5

DynaPDFMBS.kpmUseOutlines = 1

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

DynaPDFMBS.kpmUseThumbs = 2

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

DynaPDFMBS.kpsAppDefault = 0

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

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

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

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

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