Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 8.0 | Yes | Yes | Yes | Yes | All |
Example:
dim pdf as DynaPDFMBS // your DynaPDF object
dim bBool as Boolean
// set compression filter
bBool = pdf.SetCompressionFilter(pdf.kcfJPEG)
See also SetCompressionFilter function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 8.0 | Yes | Yes | Yes | Yes | All |
See also SetCompressionLevel function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 13.0 | Yes | Yes | Yes | Yes | All |
See also:
See also SetContent function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 8.0 | Yes | Yes | Yes | Yes | All |
See also:
See also SetContent function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 8.0 | Yes | Yes | Yes | Yes | All |
See also SetDateTimeFormat function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 8.0 | Yes | Yes | Yes | Yes | All |
See also SetDefBitsPerPixel function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 8.0 | Yes | Yes | Yes | Yes | All |
Example:
dim pdf as DynaPDFMBS // your DynaPDF object
dim bBool as Boolean
dim source as FolderItem // source pdf file?
const diAuthor=0
const diCreator=1
const diKeywords=2
const diProducer=3
const diSubject=4
const diTitle=5
// Define some pdf properties:
bBool=pdf.SetDocInfo(diAuthor, SystemInformationMBS.Username)
bBool=pdf.SetDocInfo(diCreator, "SysProgName"+" - "+"MetSysProgVer")
bBool=pdf.SetDocInfo(diKeywords, "")
bBool=pdf.SetDocInfo(diProducer, "SysProgName"+" - "+"MetSysProgVer")
bBool=pdf.SetDocInfo(diSubject, "")
bBool=pdf.SetDocInfo(diTitle, source.name)
See also SetDocInfo function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 8.3 | Yes | Yes | Yes | Yes | All |
Example:
dim pdf as DynaPDFMBS // your DynaPDF object
dim bBool as Boolean
dim source as FolderItem // source pdf file?
const diAuthor=0
const diCreator=1
const diKeywords=2
const diProducer=3
const diSubject=4
const diTitle=5
// Define some pdf properties:
bBool=pdf.SetDocInfoAnsi(diAuthor, SystemInformationMBS.Username)
bBool=pdf.SetDocInfoAnsi(diCreator, "SysProgName"+" - "+"MetSysProgVer")
bBool=pdf.SetDocInfoAnsi(diKeywords, "")
bBool=pdf.SetDocInfoAnsi(diProducer, "SysProgName"+" - "+"MetSysProgVer")
bBool=pdf.SetDocInfoAnsi(diSubject, "")
bBool=pdf.SetDocInfoAnsi(diTitle, source.name)
See also SetDocInfo function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 8.0 | Yes | Yes | Yes | Yes | All |
Notes: The Text parameter is converted to unicode.
See also SetDocInfoEx function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 8.3 | Yes | Yes | Yes | Yes | All |
See also SetDocInfoEx function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 8.0 | Yes | Yes | Yes | Yes | All |
See also SetDrawDirection function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 8.0 | Yes | Yes | Yes | Yes | All |
See also SetEMFFrameDPI function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 8.0 | Yes | Yes | Yes | Yes | All |
See also SetEMFPatternDistance function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 8.0 | Yes | Yes | Yes | Yes | All |
See also SetErrorMode function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 8.2 | Yes | Yes | Yes | Yes | All |
Notes: Requires DynaPDF Pro license.
See also SetExtColorSpace function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 11.2 | Yes | Yes | Yes | Yes | All |
Notes:
Pass Colorspace handle like for SetExtColorSpace.
Requires DynaPDF Pro license.
See also SetExtFillColorSpace function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 8.0 | Yes | Yes | Yes | Yes | All |
See also SetExtGState function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 11.2 | Yes | Yes | Yes | Yes | All |
Notes:
Pass Colorspace handle like for SetExtColorSpace.
Requires DynaPDF Pro license.
See also SetExtStrokeColorSpace function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 8.0 | Yes | Yes | Yes | Yes | All |
See also SetFieldBackColor function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 8.0 | Yes | Yes | Yes | Yes | All |
See also SetFieldBBox function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 8.0 | Yes | Yes | Yes | Yes | All |
See also SetFieldBorderColor function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 8.0 | Yes | Yes | Yes | Yes | All |
See also SetFieldBorderStyle function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 8.0 | Yes | Yes | Yes | Yes | All |
See also SetFieldBorderWidth function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 19.5 | Yes | Yes | Yes | Yes | All |
Notes:
This is the order in which field values will be recalculated when the value of any field changes.
The current calc order can be accessed with GetFieldCalcOrder(). The calc order array contains field handles. A field handle is a simple array index.
Returns true on success.
See also SetFieldCalcOrder function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 8.0 | Yes | Yes | Yes | Yes | All |
See also SetFieldColor function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 8.0 | Yes | Yes | Yes | Yes | All |
See also SetFieldExpValue function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 16.1 | Yes | Yes | Yes | Yes | All |
See also SetFieldExpValue function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 12.1 | Yes | Yes | Yes | Yes | All |
Notes:
It can also be used to change the state of check boxes or the children of a radio button. The parameter ValIndex will be ignored if the field is a normal check box (no child of a redio button or field group).
To enumerate the choice values of a combo box, list box or radio button use the function GetFieldExpValueEx().
Return value:
If the function succeeds the return value is true. If the function fails the return value is false.
See also SetFieldExpValueEx function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 8.0 | Yes | Yes | Yes | Yes | All |
See also SetFieldFlags function in DynaPDF manual.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 15.0 | Yes | Yes | Yes | Yes | All |
Notes: See documentation of SetFieldFont function in dynapdf_help manual file for details.
See also SetFieldFont function in DynaPDF manual.
The items on this page are in the following plugins: MBS DynaPDF Plugin.

Links
MBS FileMaker Plugins