Platforms to show: All Mac Windows Linux Cross-Platform

Back to DynaPDFMBS class.

Previous items Next items

DynaPDFMBS.SetAllocBy(Value as Integer) as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 8.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The function sets the size of the memory blocks in kilo bytes, which will be allocated if memory must be allocated for page content streams.

See also SetAllocBy function in DynaPDF manual.

DynaPDFMBS.SetAltFonts(FontListHandle as Integer, List() as String) as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 22.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Fills an alternate font list created by CreateAltFontList() with data.

Alternate font list are tested if one more glyphs were not found in the current font. Since the fonts in the list are used as fallback they should be compatible to the active font in regard to properties like serif, sans serif, proportional or fixed pitch, and so on.
A list should be sorted by priority and not by name. That means index 0 should contain a font name that is most probably the best match. If this one was not available or incompatible then the next font in the list will be tested until the end of the list was reached. If no suitable font was found then system fonts are tested.
The fonts in the list should support the language that must be output. Otherwise, the fonts can never be selected. An alternate font list can be arbitrary large but it is usually best to restrict the number fonts in a list to speed up processing.
A list can contain font names which are not available on the system. This causes no error. Non existing fonts are simply ignored. This makes it possible to define suitable alternate font lists statically. Such lists can then be loaded on demand.
After a list was filled with data it can be activated with ActivateAltFontList(). If a list is no longer needed delete it with DeleteAltFontList().

Please note that alternate font lists are used only, if complex text layout was enabled. This can be done by setting the flag kgfComplexText with SetGStateFlags().

Returns true on success.

Some examples using this method:

See also SetAltFonts function in DynaPDF manual.

DynaPDFMBS.SetAnnotBorderEffect(Handle as Integer, BorderEffect as Integer) as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 15.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets the border effect for an annotation.

Returns true on success.
Handle is in range of 0 to number of annotations - 1.

See also SetAnnotBorderEffect function in DynaPDF manual.

DynaPDFMBS.SetAnnotBorderStyle(Handle as Integer, BorderStyle as Integer) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 10.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets the annotation border style.

See also SetAnnotBorderStyle function in DynaPDF manual.

DynaPDFMBS.SetAnnotBorderWidth(Handle as Integer, LineWidth as Double) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 10.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets the annotation border width.

Some examples using this method:

See also SetAnnotBorderWidth function in DynaPDF manual.

DynaPDFMBS.SetAnnotColor(Handle as Integer, ColorType as Integer, PDFColorSpace as Integer, ColorValue as Integer) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 10.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets the annotation color.

Some examples using this method:

See also SetAnnotColor function in DynaPDF manual.

DynaPDFMBS.SetAnnotFlags(Flags 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 function sets the default flags used for newly created annotations.

Some examples using this method:

See also SetAnnotFlags function in DynaPDF manual.

DynaPDFMBS.SetAnnotFlagsEx(Handle as Integer, Flags as Integer) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 10.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets the annotation flags.

See also SetAnnotFlagsEx function in DynaPDF manual.

DynaPDFMBS.SetAnnotHighlightMode(Handle as Integer, HighlightMode as Integer) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 10.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets the annotation highlight mode.

See also SetAnnotHighlightMode function in DynaPDF manual.

DynaPDFMBS.SetAnnotIcon(Handle as Integer, AnnotIcon as Integer) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 10.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets the annotation icon.

See also SetAnnotIcon function in DynaPDF manual.

DynaPDFMBS.SetAnnotLineDashPattern(Handle as UInt32, dash as memoryblock, NumValues as integer) as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 17.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets or deletes the line dash pattern of an annotation.

The following annotation types support line dash patterns:

  • atCircle
  • atInk
  • atLine
  • atPolygon
  • atPolyLine
  • atSquare

Memoryblock must contain floating point values (Single).
Returns true on success.

If array is nil, the pattern is removed.

See also:

See also SetAnnotLineDashPattern function in DynaPDF manual.

DynaPDFMBS.SetAnnotLineDashPattern(Handle as UInt32, dash() as single) as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 17.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets or deletes the line dash pattern of an annotation.

The following annotation types support line dash patterns:

  • atCircle
  • atInk
  • atLine
  • atPolygon
  • atPolyLine
  • atSquare

Returns true on success.

If array is nil, the pattern is removed.

See also:

See also SetAnnotLineDashPattern function in DynaPDF manual.

DynaPDFMBS.SetAnnotLineEndStyle(Handle as UInt32, StartLineStyle as Integer, EndLineStyle as Integer) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 14.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The function sets or changes the line end styles of a Line or PolyLine Annotation.

If the function succeeds the return value is true. If the function fails the return value is false.

See also SetAnnotLineEndStyle function in DynaPDF manual.

DynaPDFMBS.SetAnnotMigrationState(Handle as Integer, State as Integer, Name as string) as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 15.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds a migration state to a markup annotation.

All annotation types with exception of 3D, Link, Movie, Screen, PrinterMark, TrapNet, and Watermark are markup annotations.
Migration states are stored in text annotations as reply to the base annotation. Further states are stored as reply to the last reply; the result is a single linked list. Because the base annotation contains no reference to the last reply or migration state the function must search for it. To speed upprocessing the function returns the handle of the text annotation so that the next state can directly be added to this annotation.

The migration state is defined since PDF 1.5. The function adjusts the PDF version automatically if it is lower than PDF 1.5.

If the function succeeds the return value is the handle of the text annotation, a value greater or equal zero. If the function fails the return value is a negative error code.

State can be kasNone, kasAccepted, kasRejected, kasCancelled, kasCompleted.

See also SetAnnotMigrationState function in DynaPDF manual.

DynaPDFMBS.SetAnnotMigrationStateAnsi(Handle as Integer, State as Integer, Name as string) as Integer   Deprecated

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 15.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
This item is deprecated and should no longer be used. You can use the non ANSI function instead.
Adds a migration state to a markup annotation.

All annotation types with exception of 3D, Link, Movie, Screen, PrinterMark, TrapNet, and Watermark are markup annotations.
Migration states are stored in text annotations as reply to the base annotation. Further states are stored as reply to the last reply; the result is a single linked list. Because the base annotation contains no reference to the last reply or migration state the function must search for it. To speed upprocessing the function returns the handle of the text annotation so that the next state can directly be added to this annotation.

The migration state is defined since PDF 1.5. The function adjusts the PDF version automatically if it is lower than PDF 1.5.

If the function succeeds the return value is the handle of the text annotation, a value greater or equal zero. If the function fails the return value is a negative error code.

State can be kasNone, kasAccepted, kasRejected, kasCancelled, kasCompleted.

See also SetAnnotMigrationState function in DynaPDF manual.

DynaPDFMBS.SetAnnotOpacity(Handle as Integer, opacity as Double) as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 16.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The function changes the opacity of a markup annotation.

The function GetAnnotEx() or GetPageAnnotEx() can be used to determine whether an annotation is a markup annotation.

Returns true on succes or false on failure.

See also SetAnnotOpacity function in DynaPDF manual.

DynaPDFMBS.SetAnnotOpenState(Handle as Integer, Open as Boolean) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 10.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets the annotation open state.

See also SetAnnotOpenState function in DynaPDF manual.

DynaPDFMBS.SetAnnotOrFieldDate(CSHandle as UInt32, IsField as Boolean, Type as Integer, DateTime as UInt32) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 13.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The function sets or changes the creation or modification date of an annotation or form field.

If the parameter IsField is set to true, a valid field handle must be passed to the parameter Handle. An annotation handle is expected otherwise.
Annotations and form fields support a modification date but a creation date is supported by markup annotations only.
The following annotation types are markup annotations:

  • Care
  • Circle
  • FileAttach
  • FreeText
  • Highlight, Squiggly, Strikeout, Underline
  • Ink
  • Line
  • Polygon
  • Projection
  • Redact
  • Sound
  • Square
  • Stamp
  • Text
The function GetAnnotEx() or GetPageAnnotEx() can also be used to determine whether an annotation is a markup annotation.

If the function succeeds the return value is 1. If the function fails the return value is 0.

See also SetAnnotOrFieldDate function in DynaPDF manual.

DynaPDFMBS.SetAnnotQuadPoints(Handle as UInt32, points() as DynaPDFPointMBS) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 15.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets or changes the quad points defintion of a Highlight, Link, Redakt, Squiggly, atStrikeOut, or Underline annotation.

The function must be called within an open page.
Independent of the used coordinate system (bottom up or top down), the points must be defined in the following order:
x1,y1 x3,y3
x2,y2 x4,y4

The coordinates of the vertices are interpreted in current user space. Any transformation that was applied on the coordinate system will be taken into account.
The number of points must be 4 or a multiple of 4.

Returns true on success.

See also SetAnnotQuadPoints function in DynaPDF manual.

DynaPDFMBS.SetAnnotString(Handle as Integer, StringType as Integer, Value as string) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 9.7 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates a stamp annotation.

See also SetAnnotString function in DynaPDF manual.

DynaPDFMBS.SetAnnotStringAnsi(Handle as Integer, StringType as Integer, Value as string) as boolean   Deprecated

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 9.7 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
This item is deprecated and should no longer be used. You can use the non ANSI function instead.
Creates a stamp annotation.

See also SetAnnotString function in DynaPDF manual.

DynaPDFMBS.SetAnnotSubject(Handle 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 function sets or changes the optional subject string of an annotation.

The value parameter is converted to unicode.

See also SetAnnotSubject function in DynaPDF manual.

DynaPDFMBS.SetAnnotSubjectAnsi(Handle 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
This item is deprecated and should no longer be used. You can use the non ANSI function instead.
The function sets or changes the optional subject string of an annotation.

The value parameter is converted to ANSI.

See also SetAnnotSubject function in DynaPDF manual.

DynaPDFMBS.SetBBox(Boundary as Integer, LeftX as Double, LeftY as Double, RightX as Double, RightY 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
The function sets a specific bounding box of the current open PDF page.

See also SetBBox function in DynaPDF manual.

DynaPDFMBS.SetBidiMode(BidiMode 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 function sets or changes the bidirectional mode.

Some examples using this method:

See also SetBidiMode function in DynaPDF manual.

DynaPDFMBS.SetBlack(FillColor as Boolean, StrokeColor as Boolean) as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 19.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets black color.

This function is a bit optimized to check the current color space.
Depending on whether it's RGB, Gray, CMYK or Lab, it will set different color values.
And if other color space is active, it switches to Gray colorspace to set black.

DynaPDFMBS.SetBookmarkDest(ABmk as Integer, DestType as Integer, a as Double, b as Double, c as Double, d 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
The function sets or changes the destination of a bookmark.

Some examples using this method:

See also SetBookmarkDest function in DynaPDF manual.

DynaPDFMBS.SetBookmarkStyle(ABmk as Integer, Style as Integer, RGBColor 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
Sets the bookmark style.

Some examples using this method:

See also SetBookmarkStyle function in DynaPDF manual.

DynaPDFMBS.SetBorderStyle(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
The function set the global border style which is used for newly created form fields.

Some examples using this method:

See also SetBorderStyle function in DynaPDF manual.

DynaPDFMBS.SetCharacterSpacing(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
The function sets the current character spacing. The function requires an open page, template or pattern.

See also SetCharacterSpacing function in DynaPDF manual.

DynaPDFMBS.SetCheckBoxChar(CheckBoxChar 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 function sets the character which should be used for newly created check boxes.

Some examples using this method:

See also SetCheckBoxChar function in DynaPDF manual.

DynaPDFMBS.SetCheckBoxDefState(Field as Integer, Checked 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
This function changes the default state of a check box; it can differ from the current visible state of the check box.

See also SetCheckBoxDefState function in DynaPDF manual.

DynaPDFMBS.SetCheckBoxState(Field as Integer, Checked 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
The function changes the state of a check box. The parameter Field must be a valid check box handle.

Some examples using this method:

See also SetCheckBoxState function in DynaPDF manual.

DynaPDFMBS.SetCIDFont(CMapHandle as Integer, Name as string, Style as Integer, Size as Double, Embed as boolean) as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 10.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets a CID Font.

See also SetCIDFont function in DynaPDF manual.

DynaPDFMBS.SetCMapDir(path as folderitem, flags as Integer) as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 11.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets the character map directory.
Example
dim pdf as DynaPDFMBS // your dynapdf instance
call pdf.SetCMapDir SpecialFolder.Desktop.Child("CMAP"), 3

Takes an integer instead of a boolean starting with plugin version 11.2pr6.
See klcmDefault, klcmDelayed and klcmRecursive constants.
Requires DynaPDF Pro license.

See also:

Some examples using this method:

See also SetCMapDir function in DynaPDF manual.

DynaPDFMBS.SetCMapDir(path as string, flags as Integer) as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 11.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets the character map directory.
Example
dim pdf as DynaPDFMBS // your dynapdf instance
call pdf.SetCMapDir SpecialFolder.Desktop.Child("CMAP"), pdf.klcmRecursive

Takes an integer instead of a boolean starting with plugin version 11.2pr6.
See klcmDefault, klcmDelayed and klcmRecursive constants.
Requires DynaPDF Pro license.

See also:

See also SetCMapDir function in DynaPDF manual.

DynaPDFMBS.SetColDefFile(EmbFile 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 function sets the initial document of a portable collection that should be opened in the viewer application. See also CreateCollection().

Some examples using this method:

See also SetColDefFile function in DynaPDF manual.

DynaPDFMBS.SetColorMask(ImageHandle as Integer, Mask as Ptr, Count as UInt32) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 13.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The functions sets or overrides the color mask of an image.

See also SetColorMask function in dynapdf_help.pdf manual.

See also:

See also SetColorMask function in DynaPDF manual.

DynaPDFMBS.SetColorMask(ImageHandle as Integer, Mask() as Integer) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 13.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The functions sets or overrides the color mask of an image.

Same as other SetColorMask function, but values are taken from array.
See also SetColorMask function in dynapdf_help.pdf manual.

See also:

See also SetColorMask function in DynaPDF manual.

DynaPDFMBS.SetColors(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 function sets the fill and stroke color.

See also SetColors function in DynaPDF manual.

DynaPDFMBS.SetColorSpace(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
The function sets the color space.
Example
dim pdf as DynaPDFMBS // your DynaPDF object
dim bBool as Boolean

// get the colorspace of the image file
const DP_csDeviceRGB=0
const DP_csDeviceCMYK=1
const DP_csDeviceGray=2

dim iColorSpace as Integer

iColorSpace=DP_csDeviceRGB

// define color space
bBool=pdf.SetColorSpace(iColorSpace)

Some examples using this method:

See also SetColorSpace function in DynaPDF manual.

DynaPDFMBS.SetColSortField(ColField as Integer, AscendingOrder 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
The function sets the collection field that should be used to sort the list of embedded files.

Some examples using this method:

See also SetColSortField function in DynaPDF manual.

DynaPDFMBS.SetCompressionFilter(Filter 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 function sets the compression filter which is used to compress images.
Example
dim pdf as DynaPDFMBS // your DynaPDF object
dim bBool as Boolean

// set compression filter
bBool = pdf.SetCompressionFilter(pdf.kcfJPEG)

Use kcfCCITT3, kcfCCITT4, kcfFlate, kcfFlateBW, kcfJP2K, kcfJPEG or kcfLZW constants.

Some examples using this method:

See also SetCompressionFilter 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
This function replaces the content stream of the currently open page or template with a new one.

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
This function replaces the content stream of the currently open page or template with a new one.

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
The function restricts the allowed value of a text field to a date time format and applies this format if the value was valid.

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
The function sets the default color depth in bits per pixel, which determines whether images should be downsampled.

See also SetDefBitsPerPixel function in DynaPDF manual.

Previous items Next items

The items on this page are in the following plugins: MBS DynaPDF Plugin.


The biggest plugin in space...