DynaPDF Manual - Page 728

Previous Page 727   Index   Next Page 729

Function Reference
Page 728 of 821
Flag
Description
gfNoImageDuplCheck
If set, no duplicate check for images will be performed. This can
significantly improve processing speeed especially for memory
based images.
gfComplexText
This flag enables complex text layout. See section "Complex Text
Layout" for further information.
gfNoObjCompression
If set, object compression will be disabled. Object compression is
enabled by default if the PDF version is set to PDF 1.5 or higher.
gfDisableJavascript
If set, Javascript actions associated with the OnFormat event of text
fields are not executed to format the field value.
gfDisableBidiCtrls
Meaningful only if gfComplexText is set too. If set, bidi control
characters are ignored. This flag can be useful if the result of web
browsers should be emulated since web browsers do not support
bidi control characters. This flag is also used internally to create the
appearance stream of form fields since form fields do not support
bidi control characters.
gfDoNotComprMetadata
If set, metadata streams assiciated with fonts, templates, or images,
for example, will not be compressed. Metadata streams of PDF/X
files are always left uncompressed.
SetIconColor
Syntax:
LBOOL pdfSetIconColor(
const PPDF* IPDF, // Instance pointer
UI32 Color)
// RGB color value
The icon color is used for the closed state of a text annotation. The annotation appears then as an
icon. The color value must be defined in RGB color space.
Return values:
If the function succeeds the return value is 1. If the function fails the return value is 0.
Default value = 0x0099FFFF
 

Previous topic: SetGStateFlags

Next topic: SetImportFlags