Platforms to show: All Mac Windows Linux Cross-Platform
Back to DynaPDFMBS class.
DynaPDFMBS.SetCompressionLevel(CompressLevel as Integer) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Some examples using this method:
- /DynaPDF/Create Fields with JavaScript Actions
- /DynaPDF/Create numbered pages
- /DynaPDF/Create PDF UA
- /DynaPDF/Create PDF with hidden data
- /DynaPDF/DynaPDF Graphics/Create numbered pages
- /DynaPDF/Font Test
- /DynaPDF/signature appearance/signature appearance
See also SetCompressionLevel function in DynaPDF manual.
DynaPDFMBS.SetContent(buffer as memoryblock) as Boolean
| 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.
DynaPDFMBS.SetContent(buffer as string) as Boolean
| 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.
DynaPDFMBS.SetDateTimeFormat(TxtField as Integer, Fmt as Integer) as Boolean
| 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.
DynaPDFMBS.SetDefBitsPerPixel(value as Integer) as Boolean
| 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.
DynaPDFMBS.SetDocInfo(DInfo as Integer, Text as string) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The text parameter is converted to unicode.
Some examples using this method:
- /DynaPDF/Create and print PDF
- /DynaPDF/Create PDF and modify XMP
- /DynaPDF/Create PDF with Bookmarks
- /DynaPDF/Create PDF with Layers Languages
- /DynaPDF/Create PDFX
- /DynaPDF/Image to PDF/Image to pdf
- /DynaPDF/PDF-A/Create PDFA
- /DynaPDF/Raster/Create and Render PDF in console
- /DynaPDF/Tables/DynaPDF Table from Listbox
- /DynaPDF/Tables/older examples/TablePDF single page
See also SetDocInfo function in DynaPDF manual.
DynaPDFMBS.SetDocInfoAnsi(DInfo as Integer, Text as string) as Boolean Deprecated
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The text parameter is converted to ANSI.
See also SetDocInfo function in DynaPDF manual.
DynaPDFMBS.SetDocInfoEx(DInfo as Integer, Key as string, Text as string) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The Text parameter is converted to unicode.
See also SetDocInfoEx function in DynaPDF manual.
DynaPDFMBS.SetDocInfoExAnsi(DInfo as Integer, Key as string, Text as string) as Boolean Deprecated
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The Text parameter is converted to ANSI.
See also SetDocInfoEx function in DynaPDF manual.
DynaPDFMBS.SetDrawDirection(Direction as Integer) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Some examples using this method:
- /DynaPDF/Create PDF with gradients, overprint and device N colorspace
- /DynaPDF/Create PDF with LAB color
- /DynaPDF/Create PDF with paths
- /DynaPDF/Create PDF with transparency
- /DynaPDF/Font Test
- /DynaPDF/Million pages test/DynaPDF Database Invoice Example with 1000000 pages
See also SetDrawDirection function in DynaPDF manual.
DynaPDFMBS.SetEMFFrameDPI(DPIX as Integer, DPIY as Integer) as Boolean
| 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.
DynaPDFMBS.SetEMFPatternDistance(value as Double) as Boolean
| 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.
DynaPDFMBS.SetErrorMode(ErrMode as Integer) as Boolean
| 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.
DynaPDFMBS.SetExtColorSpace(Handle as Integer) as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Requires DynaPDF Pro license.
Some examples using this method:
- /DynaPDF/Create PDF with DeviceN Colorspace
- /DynaPDF/Create PDF with hidden data
- /DynaPDF/Create PDF with LAB color
- /DynaPDF/separation color
See also SetExtColorSpace function in DynaPDF manual.
DynaPDFMBS.SetExtFillColorSpace(Handle as UInt32) as boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 11.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Pass Colorspace handle like for SetExtColorSpace.
Requires DynaPDF Pro license.
Some examples using this method:
See also SetExtFillColorSpace function in DynaPDF manual.
DynaPDFMBS.SetExtGState(Handle as Integer) as Boolean
| 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.
DynaPDFMBS.SetExtStrokeColorSpace(Handle as UInt32) as boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 11.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Pass Colorspace handle like for SetExtColorSpace.
Requires DynaPDF Pro license.
See also SetExtStrokeColorSpace function in DynaPDF manual.
DynaPDFMBS.SetFieldBackColor(ColorValue as Integer) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Some examples using this method:
See also SetFieldBackColor function in DynaPDF manual.
DynaPDFMBS.SetFieldBBox(Handle as Integer, rect as DynaPDFRectMBS) as Boolean
| 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.
DynaPDFMBS.SetFieldBorderColor(ColorValue as Integer) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Some examples using this method:
See also SetFieldBorderColor function in DynaPDF manual.
DynaPDFMBS.SetFieldBorderStyle(Field as Integer, Style as Integer) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Some examples using this method:
See also SetFieldBorderStyle function in DynaPDF manual.
DynaPDFMBS.SetFieldBorderWidth(Field as Integer, LineWidth as Double) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Some examples using this method:
See also SetFieldBorderWidth function in DynaPDF manual.
DynaPDFMBS.SetFieldCalcOrder(CurrIndex as UInt32, NewIndex as UInt32) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 19.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
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.
DynaPDFMBS.SetFieldColor(Field as Integer, ColorType as Integer, ColorSpace as Integer, ColorValue as Integer) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Some examples using this method:
- /DynaPDF/Create PDF with Signature on Windows
- /DynaPDF/signature appearance/signature appearance
- /DynaPDF/signed pdfa/signed pdfa
See also SetFieldColor function in DynaPDF manual.
DynaPDFMBS.SetFieldExpValue(Field as Integer, ValIndex as Integer, Value as string, ExpValue as string, Selected as boolean) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Some examples using this method:
See also SetFieldExpValue function in DynaPDF manual.
DynaPDFMBS.SetFieldExpValueAnsi(Field as Integer, ValIndex as Integer, Value as string, ExpValue as string, Selected as boolean) as Boolean Deprecated
| 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.
DynaPDFMBS.SetFieldExpValueEx(Field as Integer, ValIndex as Integer, Selected as boolean, DefSelected as boolean) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 12.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
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.
DynaPDFMBS.SetFieldFlags(Field as Integer, Flags as Integer, Reset as boolean) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Some examples using this method:
See also SetFieldFlags function in DynaPDF manual.
DynaPDFMBS.SetFieldFont(Field as Integer, Name as string, Style as Integer = 0, Size as double = 12, Embed as boolean = true, CodePage as integer = &h27) as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 15.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See documentation of SetFieldFont function in dynapdf_help manual file for details.
See also SetFieldFont function in DynaPDF manual.
DynaPDFMBS.SetFieldFontAnsi(Field as Integer, Name as string, Style as Integer = 0, Size as Double = 12, Embed as boolean = true, CodePage as Integer = &h27) as Integer Deprecated
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 15.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See documentation of SetFieldFont function in dynapdf_help manual file for details.
See also SetFieldFont function in DynaPDF manual.
DynaPDFMBS.SetFieldFontEx(Field as UInt32, Handle as UInt32, FontSize as Double) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 15.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The function requires a font handle that was returned by SetFieldFont.
Returns true on success and false on failure.
See also SetFieldFontEx function in DynaPDF manual.
DynaPDFMBS.SetFieldFontSize(aField as Integer, FontSize as Double) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also SetFieldFontSize function in DynaPDF manual.
DynaPDFMBS.SetFieldHighlightMode(Field as Integer, HighlightMode as Integer) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also SetFieldHighlightMode function in DynaPDF manual.
DynaPDFMBS.SetFieldIndex(Field as Integer, Index as Integer) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also SetFieldIndex function in DynaPDF manual.
DynaPDFMBS.SetFieldMapName(Field as Integer, Name as string) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The parameter name is converted to unicode.
See also SetFieldMapName function in DynaPDF manual.
DynaPDFMBS.SetFieldMapNameAnsi(Field as Integer, Name as string) as Boolean Deprecated
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The parameter name is converted to ANSI.
See also SetFieldMapName function in DynaPDF manual.
DynaPDFMBS.SetFieldName(Field as Integer, NewName as string) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also SetFieldName function in DynaPDF manual.
DynaPDFMBS.SetFieldNameAnsi(Field as Integer, NewName as string) as Boolean Deprecated
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 16.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The text parameter is converted to ANSI.
See also SetFieldName function in DynaPDF manual.
DynaPDFMBS.SetFieldOrientation(Field as Integer, Value as Integer) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also SetFieldOrientation function in DynaPDF manual.
DynaPDFMBS.SetFieldTextAlign(Field as Integer, Align as Integer) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also SetFieldTextAlign function in DynaPDF manual.
DynaPDFMBS.SetFieldTextColor(ColorValue as Integer) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also SetFieldTextColor function in DynaPDF manual.
DynaPDFMBS.SetFieldToolTip(Field as Integer, Value as string) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The value parameter is converted to unicode.
See also SetFieldToolTip function in DynaPDF manual.
DynaPDFMBS.SetFieldToolTipAnsi(Field as Integer, Value as string) as Boolean Deprecated
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The value parameter is converted to ANSI.
See also SetFieldToolTip function in DynaPDF manual.
DynaPDFMBS.SetFillColor(ColorValue as Color) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 14.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Raises an exception if current color space is CMYK or Gray and not RGB.
The parameter Color must be defined in the current color space.
See also:
- SetFillColor(ColorValue as Integer) as Boolean
- SetFillColor(values() as Double) as boolean
- SetFillColor(values() as single) as boolean
See also SetFillColor function in DynaPDF manual.
DynaPDFMBS.SetFillColor(ColorValue as Integer) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The parameter Color must be defined in the current color space.
See also:
- SetFillColor(ColorValue as Color) as Boolean
- SetFillColor(values() as Double) as boolean
- SetFillColor(values() as single) as boolean
See also SetFillColor function in DynaPDF manual.
DynaPDFMBS.SetFillColor(values() as Double) as boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 11.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The number of components must match.
See also:
- SetFillColor(ColorValue as Color) as Boolean
- SetFillColor(ColorValue as Integer) as Boolean
- SetFillColor(values() as single) as boolean
See also SetFillColor function in DynaPDF manual.
DynaPDFMBS.SetFillColor(values() as single) as boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 11.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The number of components must match.
See also:
- SetFillColor(ColorValue as Color) as Boolean
- SetFillColor(ColorValue as Integer) as Boolean
- SetFillColor(values() as Double) as boolean
See also SetFillColor function in DynaPDF manual.
The items on this page are in the following plugins: MBS DynaPDF Plugin.