Platforms to show: All Mac Windows Linux Cross-Platform
Back to DynaPDFMBS class.
DynaPDFMBS.SetOrientationEx(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 |
Some examples using this method:
- /ChartDirector/Place PDF Chart with DynaPDF
- /DynaPDF/Create PDF UA
- /DynaPDF/Create PDF with DPart Metadata
- /DynaPDF/Create PDF with rotated text
- /DynaPDF/place centered/place centered and rotate
- /DynaPDF/Rotate rotated PDF back
- /DynaPDF/Text Positions with parser
See also SetOrientationEx function in DynaPDF manual.
DynaPDFMBS.SetPageCoords(PageCoords 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 |
Value can be kpcTopDown or kpcBottomUp. Default is kpcBottomUp.
Some examples using this method:
- /ChartDirector/simplePie with DynaPDF
- /DynaPDF/ComplexText/Font Substitution
- /DynaPDF/Create PDF console
- /DynaPDF/Create PDF with Angle Text
- /DynaPDF/Create PDF with Glyphs
- /DynaPDF/Create PDF with text block fonts
- /DynaPDF/GlyphOutline
- /DynaPDF/Merge PDF documents with page numbers
- /DynaPDF/metafiles/metafiles
- /DynaPDF/Web Edition/Web RTF to PDF Web
See also SetPageCoords function in DynaPDF manual.
DynaPDFMBS.SetPageFormat(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 |
Common paper formats and sizes in points:
| Format | Size in units (Width x Height) |
| DIN A3 | 842.0 x 1191.0 |
| DIN A4 | 595.0 x 842.0 |
| DIN A5 | 419.0 x 595.0 |
| DIN B4 | 709.0 x 1001.0 |
| DIN B5 | 499.0 x 709.0 |
| DIN B6 | 354.0 x 499.0 |
| DIN C3 | 918.0 x 1298.0 |
| DIN C4 | 649.0 x 918.0 |
| DIN C5 | 459.0 x 649.0 |
| DIN C6 | 323.0 x 459.0 |
| DIN C65 | 323.0 x 649.0 |
| DIN DL | 312.0 x 624.0 |
| DIN E4 | 623.0 x 879.0 |
| DIN E5 | 439.0 x 624.0 |
| DIN E6 | 312.0 x 439.0 |
| DIN E65 | 312.0 x 624.0 |
| DIN M5 | 439.0 x 632.0 |
| DIN M65 | 317.0 x 632.0 |
| US Legal | 612.0 x 1008.0 |
| US Letter | 612.0 x 792.0 |
Some examples using this method:
- /DynaPDF/Create PDF with Bookmarks
- /DynaPDF/Create PDF with Picture file
- /DynaPDF/Create PDF with Picture files
- /DynaPDF/JBig Test
- /DynaPDF/Tables/Table Templates
See also SetPageFormat function in DynaPDF manual.
DynaPDFMBS.SetPageHeight(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 |
Common paper formats and sizes in points:
| Format | Size in units (Width x Height) |
| DIN A3 | 842.0 x 1191.0 |
| DIN A4 | 595.0 x 842.0 |
| DIN A5 | 419.0 x 595.0 |
| DIN B4 | 709.0 x 1001.0 |
| DIN B5 | 499.0 x 709.0 |
| DIN B6 | 354.0 x 499.0 |
| DIN C3 | 918.0 x 1298.0 |
| DIN C4 | 649.0 x 918.0 |
| DIN C5 | 459.0 x 649.0 |
| DIN C6 | 323.0 x 459.0 |
| DIN C65 | 323.0 x 649.0 |
| DIN DL | 312.0 x 624.0 |
| DIN E4 | 623.0 x 879.0 |
| DIN E5 | 439.0 x 624.0 |
| DIN E6 | 312.0 x 439.0 |
| DIN E65 | 312.0 x 624.0 |
| DIN M5 | 439.0 x 632.0 |
| DIN M65 | 317.0 x 632.0 |
| US Legal | 612.0 x 1008.0 |
| US Letter | 612.0 x 792.0 |
Some examples using this method:
- /DynaPDF/Create PDF with Bookmarks
- /DynaPDF/DynaPDF Graphics/Reporting/List Of Products Preview
- /DynaPDF/DynaPDF Merge 2 to 1
- /DynaPDF/DynaPDF Transparency Color Test
- /DynaPDF/Image to PDF/Image to pdf
- /DynaPDF/Image to PDF/Multi Tiff to PDF
- /DynaPDF/place centered/Clip
- /DynaPDF/Rotate rotated PDF back
- /DynaPDF/StyledText Editor
- /MacCocoa/NSStatusItem/StatusItem with PDF Icon
See also SetPageHeight function in DynaPDF manual.
DynaPDFMBS.SetPageLayout(Layout 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 kpl* constants.
see also SetPageMode and SetViewerPreferences functions.
Some examples using this method:
- /DynaPDF/Create PDF with Bookmarks
- /DynaPDF/DynaPDF Transparency Color Test
- /DynaPDF/Image to PDF/Image to pdf
- /DynaPDF/Image to PDF/Multi Tiff to PDF
See also SetPageLayout function in DynaPDF manual.
DynaPDFMBS.SetPageMode(Mode 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 SetPageLayout and SetViewerPreferences functions.
Some examples using this method:
- /DynaPDF/DynaPDF Transparency Color Test
- /DynaPDF/Image to PDF/Image to pdf
- /DynaPDF/Image to PDF/Multi Tiff to PDF
See also SetPageMode function in DynaPDF manual.
DynaPDFMBS.SetPageWidth(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 |
Common paper formats and sizes in points:
| Format | Size in units (Width x Height) |
| DIN A3 | 842.0 x 1191.0 |
| DIN A4 | 595.0 x 842.0 |
| DIN A5 | 419.0 x 595.0 |
| DIN B4 | 709.0 x 1001.0 |
| DIN B5 | 499.0 x 709.0 |
| DIN B6 | 354.0 x 499.0 |
| DIN C3 | 918.0 x 1298.0 |
| DIN C4 | 649.0 x 918.0 |
| DIN C5 | 459.0 x 649.0 |
| DIN C6 | 323.0 x 459.0 |
| DIN C65 | 323.0 x 649.0 |
| DIN DL | 312.0 x 624.0 |
| DIN E4 | 623.0 x 879.0 |
| DIN E5 | 439.0 x 624.0 |
| DIN E6 | 312.0 x 439.0 |
| DIN E65 | 312.0 x 624.0 |
| DIN M5 | 439.0 x 632.0 |
| DIN M65 | 317.0 x 632.0 |
| US Legal | 612.0 x 1008.0 |
| US Letter | 612.0 x 792.0 |
Some examples using this method:
- /DynaPDF/Create PDF with Bookmarks
- /DynaPDF/DynaPDF Graphics/Reporting/List Of Products Preview
- /DynaPDF/DynaPDF Merge 2 to 1
- /DynaPDF/DynaPDF Transparency Color Test
- /DynaPDF/Image to PDF/Image to pdf
- /DynaPDF/Image to PDF/Multi Tiff to PDF
- /DynaPDF/place centered/Clip
- /DynaPDF/Rotate rotated PDF back
- /DynaPDF/StyledText Editor
- /MacCocoa/NSStatusItem/StatusItem with PDF Icon
See also SetPageWidth function in DynaPDF manual.
DynaPDFMBS.SetPDFVersion(Version 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 |
Requires DynaPDF Lite license for PDF/A and PDF/X versions.
Some examples using this method:
- /DynaPDF/Create PDF and modify XMP
- /DynaPDF/Create PDF UA
- /DynaPDF/Create PDF with DPart Metadata
- /DynaPDF/Create PDFX
- /DynaPDF/DynaPDF Transparency Color Test
- /DynaPDF/Image to PDF/Image to pdf
- /DynaPDF/Image to PDF/Multi Tiff to PDF
- /DynaPDF/PDF-A/Combine PDF files to PDFA
- /DynaPDF/PDF-A/Create PDFA
See also SetPDFVersion function in DynaPDF manual.
DynaPDFMBS.SetPrintSettings(Mode as Integer, PickTrayByPDFSize as Integer, NumCopies as Integer, PrintScaling as Integer, PrintRanges() as Integer) as boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.7 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This is a PDF 1.7 extension.
For the Mode use the kdpm* constants.
For the PrintScaling use the kps* constants.
See also SetPrintSettings function in DynaPDF manual.
DynaPDFMBS.SetRenderingIntent(ImgHandle as Integer, RenderingIntent as Integer) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 22.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The rendering intent describes how colors should be interpreted.
The parameter ImgHandle must be a valid image handle that was returned by InsertImage or InsertImageFile. Imported images returned in ParseContent, for example, can be changed too.
If the function succeeds the return value is true. If the function fails the return value is false.
See also SetRenderingIntent function in DynaPDF manual.
DynaPDFMBS.SetResolution(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 SetResolution function in DynaPDF manual.
DynaPDFMBS.SetSaveNewImageFormat(value 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:
- /ChartDirector/simplePie with DynaPDF
- /DynaPDF/Create PDF with Picture
- /DynaPDF/Create PDF with Picture files
- /DynaPDF/Create PDF with PictureMBS
- /DynaPDF/DynaPDF transparent images/DynaPDF transparent images
- /DynaPDF/DynaPDF transparent images/DynaPDF transparent images console
- /DynaPDF/Image to PDF/Batch Image to PDF console
- /DynaPDF/JBig Test
- /DynaPDF/PDF with picture
- /DynaPDF/Web Edition/Cards Web
See also SetSaveNewImageFormat function in DynaPDF manual.
DynaPDFMBS.SetSeparationInfo(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 SetSeparationInfo function in DynaPDF manual.
DynaPDFMBS.SetStrokeColor(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.
See also:
- SetStrokeColor(ColorValue as Integer) as Boolean
- SetStrokeColor(values() as Double) as boolean
- SetStrokeColor(values() as single) as boolean
See also SetStrokeColor function in DynaPDF manual.
DynaPDFMBS.SetStrokeColor(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:
- SetStrokeColor(ColorValue as color) as Boolean
- SetStrokeColor(values() as Double) as boolean
- SetStrokeColor(values() as single) as boolean
See also SetStrokeColor function in DynaPDF manual.
DynaPDFMBS.SetStrokeColor(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:
- SetStrokeColor(ColorValue as color) as Boolean
- SetStrokeColor(ColorValue as Integer) as Boolean
- SetStrokeColor(values() as single) as boolean
See also SetStrokeColor function in DynaPDF manual.
DynaPDFMBS.SetStrokeColor(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:
- SetStrokeColor(ColorValue as color) as Boolean
- SetStrokeColor(ColorValue as Integer) as Boolean
- SetStrokeColor(values() as Double) as boolean
See also SetStrokeColor function in DynaPDF manual.
DynaPDFMBS.SetStrokeColorEx(colorvalues as memoryblock, count as Integer) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 9.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Pass as many color values as needed for the current color space. 3 for RGB, 4 for CMYK. All values must be in the range of 0 to 255.
See also:
See also SetStrokeColorEx function in DynaPDF manual.
DynaPDFMBS.SetStrokeColorEx(ParamArray colorvalue as Integer) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 9.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Pass as many color values as needed for the current color space. 3 for RGB, 4 for CMYK. All values must be in the range of 0 to 255.
See also:
See also SetStrokeColorEx function in DynaPDF manual.
DynaPDFMBS.SetStrokeColorSpace(Colorspace 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 SetStrokeColorSpace function in DynaPDF manual.
DynaPDFMBS.SetTabLen(TabLen 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 SetTabLen function in DynaPDF manual.
DynaPDFMBS.SetTemplBBox(TemplateHandle as Integer, PageBoundary as Integer, BBoxRect as DynaPDFRectMBS) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 22.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Templates support the bounding boxes kpbMediaBox and kpbCropBox only. The latter one is considered by PlaceTemplateEx() only.
A crop box can be set to clip the contents of a template without changing its bounding box. This can be useful when placing imported pages on another page.
If BBox is set to nil, the bounding box is deleted. Note that only the crop box can be deleted.
Returns true on success or false in case of an error.
See also:
See also SetTemplBBox function in DynaPDF manual.
DynaPDFMBS.SetTemplBBox(TemplateHandle as Integer, PageBoundary as Integer, Left as Double, Top as Double, Right as Double, Bottom as Double) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 22.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Templates support the bounding boxes kpbMediaBox and kpbCropBox only. The latter one is considered by PlaceTemplateEx() only.
A crop box can be set to clip the contents of a template without changing its bounding box. This can be useful when placing imported pages on another page.
If BBox is set to nil, the bounding box is deleted. Note that only the crop box can be deleted.
Returns true on success or false in case of an error.
See also:
See also SetTemplBBox function in DynaPDF manual.
DynaPDFMBS.SetTextDrawMode(Mode 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 SetTextDrawMode function in DynaPDF manual.
DynaPDFMBS.SetTextFieldValue(Field as Integer, Value as string, DefValue as string, 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 |
The Value and the DefValue strings are converted to unicode.
Some examples using this method:
- /DynaPDF/acroform/Fill value
- /DynaPDF/Create PDF with sum form field
- /DynaPDF/PDF Form with HTTP POST
See also SetTextFieldValue function in DynaPDF manual.
DynaPDFMBS.SetTextFieldValueAnsi(Field as Integer, Value as string, DefValue as string, Align as Integer) 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 and the DefValue strings are converted to ANSI.
See also SetTextFieldValue function in DynaPDF manual.
DynaPDFMBS.SetTextFieldValueAnsiEx(Field as Integer, Value as string) as Boolean Deprecated
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 9.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
DynaPDFMBS.SetTextFieldValueEx(Field as Integer, Value as string) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 9.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also SetTextFieldValueEx function in DynaPDF manual.
DynaPDFMBS.SetTextRect(PosX as Double, PosY as Double, Width as Double, Height 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:
- /DynaPDF/Create PDF UA
- /DynaPDF/Create PDF with Image FileLink
- /DynaPDF/Create PDF with text block2
- /DynaPDF/Create PDF with text styles
- /DynaPDF/Create PDF with vertical text
- /DynaPDF/Letter/Letter with writeftext and two pages template
- /DynaPDF/StyledText Editor
- /DynaPDF/text formatting/text formatting parallel
- /DynaPDF/Web Edition/Cards Web
- /DynaPDF/Web Edition/Web RTF to PDF Web
See also SetTextRect function in DynaPDF manual.
DynaPDFMBS.SetTextRise(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 SetTextRise function in DynaPDF manual.
DynaPDFMBS.SetTextScaling(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 |
Some examples using this method:
See also SetTextScaling function in DynaPDF manual.
DynaPDFMBS.SetTransparentColor(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 SetTransparentColor function in DynaPDF manual.
DynaPDFMBS.SetTrapped(value 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 SetTrapped function in DynaPDF manual.
DynaPDFMBS.SetUseExactPwd(value 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 |
See also SetUseExactPwd function in DynaPDF manual.
DynaPDFMBS.SetUseGlobalImpFiles(value 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 |
Requires DynaPDF Pro license.
Some examples using this method:
See also SetUseGlobalImpFiles function in DynaPDF manual.
DynaPDFMBS.SetUseImageInterpolation(Index as Integer, Value as Boolean) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 17.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
If nothing was specified (this is the default), a viewer applications can only use a heuristic to determine whether image interpolation should be enabled or not. The result is then of course application specific.
The parameter Handle must be a valid image handle that was returned by a DynaPDF function like InsertImage(), InsertImageEx(), or InsertImageFromBuffer(), for example.
If the function succeeds the return value is true. If the function fails the return value is false.
See also SetUseImageInterpolation function in DynaPDF manual.
DynaPDFMBS.SetUserUnit(value as single) as boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 11.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
A user unit acts like a scaling factor. The page format and all page coordinates are multiplied with this factor in a viewer application. The default size of a PDF unit is 1/72 inch. User units can be useful if the page format would be too large to be expressed in standard PDF units. The largest page format in PDF is limited to 14400 units or 200 inches. This limit can be extended with the user unit.
The largest value that is supported is 75.0 which results in a maximum page format of 15,000 x 15,000 inches or 1,800,000 units. Note that all functions which return page coordinates or page properties do not consider the user unit.
The page format must still be in the range 3..14400 units. It is also strongly recommended to set the user unit only if necessary. This is only the case if the required page format is larger 14400 units.
Default value = 1.0
Return values:
If the function succeeds the return value is true. If the function fails the return value is false.
See also SetUserUnit function in DynaPDF manual.
DynaPDFMBS.SetUseStdFonts(value 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 |
See also SetUseStdFonts function in DynaPDF manual.
DynaPDFMBS.SetUseSwapFile(SwapContents as Boolean, SwapLimit as Integer) as Boolean Deprecated
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Do not use FlushPages and SetUseSwapFile together. Use one function.
See also SetUseSwapFile function in DynaPDF manual.
DynaPDFMBS.SetUseSwapFileEx(SwapContents as Boolean, SwapLimit as Integer, SwapDir as FolderItem) as Boolean Deprecated
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | DynaPDF | MBS DynaPDF Plugin | 8.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also SetUseSwapFileEx function in DynaPDF manual.
DynaPDFMBS.SetUseSystemFonts(value 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 |
See also SetUseSystemFonts function in DynaPDF manual.
The items on this page are in the following plugins: MBS DynaPDF Plugin.