Platforms to show: All Mac Windows Linux Cross-Platform
Back to DynaPDFParseInterfaceMBS class.
DynaPDFParseInterfaceMBS.SaveGraphicState as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | DynaPDF | MBS DynaPDF Plugin | 8.6 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
You need to handle your own stack of graphics states to keep track of what the current graphics state is. Otherwise you can't know the matrix of the current item when drawing.
You can break processing if necessary by returning a negative value. A return value of zero indicates success and processing continues.
DynaPDFParseInterfaceMBS.SetCharSpacing(ObjectPtr as Integer, Value as Double)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | DynaPDF | MBS DynaPDF Plugin | 8.6 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Some examples using this event:
DynaPDFParseInterfaceMBS.SetExtGState(ObjectPtr as Integer, GS as DynaPDFExtGState2MBS)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | DynaPDF | MBS DynaPDF Plugin | 8.6 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
DynaPDFParseInterfaceMBS.SetFillColor(ObjectPtr as Integer, NumComps as Integer, Color1 as Double, Color2 as Double, Color3 as Double, Color4 as Double, Colors() as Double, ColorspaceType as Integer, ColorSpace as DynaPDFColorSpaceMBS)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | DynaPDF | MBS DynaPDF Plugin | 8.6 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Colors array contains NumComps color values. First four values are provided directly with Color1, Color2, Color3 and Color4 parameters.
ColorSpaceType uses the kes* constants.
You can use ConvColor to convert colors to RGB or CMYK if needed.
DynaPDFParseInterfaceMBS.SetFont(ObjectPtr as Integer, fontType as Integer, Embedded as boolean, FontName as string, Style as Integer, FontSize as Double, FontHandle as Integer, FontInfo as DynaPDFFontInfoMBS)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | DynaPDF | MBS DynaPDF Plugin | 8.6 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
DynaPDFParseInterfaceMBS.SetLeading(ObjectPtr as Integer, Value as Double)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | DynaPDF | MBS DynaPDF Plugin | 8.6 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
DynaPDFParseInterfaceMBS.SetLineCapStyle(ObjectPtr as Integer, Style as Integer)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | DynaPDF | MBS DynaPDF Plugin | 8.6 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
DynaPDFParseInterfaceMBS.SetLineDashPattern(ObjectPtr as integer, dash() as Double, NumValues as integer, Phase as Double)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | DynaPDF | MBS DynaPDF Plugin | 8.6 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
DynaPDFParseInterfaceMBS.SetLineJoinStyle(ObjectPtr as Integer, Style as Integer)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | DynaPDF | MBS DynaPDF Plugin | 8.6 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
DynaPDFParseInterfaceMBS.SetLineWidth(ObjectPtr as Integer, Value as Double)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | DynaPDF | MBS DynaPDF Plugin | 8.6 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
DynaPDFParseInterfaceMBS.SetMiterLimit(ObjectPtr as Integer, Value as Double)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | DynaPDF | MBS DynaPDF Plugin | 8.6 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
DynaPDFParseInterfaceMBS.SetStrokeColor(ObjectPtr as Integer, NumComps as Integer, Color1 as Double, Color2 as Double, Color3 as Double, Color4 as Double, Colors() as Double, ColorspaceType as Integer, ColorSpace as DynaPDFColorSpaceMBS)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | DynaPDF | MBS DynaPDF Plugin | 8.6 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Colors array contains NumComps color values. First four values are provided directly with Color1, Color2, Color3 and Color4 parameters.
ColorSpaceType uses the kes* constants.
You can use ConvColor to convert colors to RGB or CMYK if needed.
DynaPDFParseInterfaceMBS.SetTextDrawMode(ObjectPtr as Integer, Mode as Integer)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | DynaPDF | MBS DynaPDF Plugin | 8.6 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
DynaPDFParseInterfaceMBS.SetTextScale(ObjectPtr as Integer, Value as Double)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | DynaPDF | MBS DynaPDF Plugin | 8.6 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Some examples using this event:
DynaPDFParseInterfaceMBS.SetWordSpacing(ObjectPtr as Integer, Value as Double)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | DynaPDF | MBS DynaPDF Plugin | 8.6 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
DynaPDFParseInterfaceMBS.ShowTextArrayA(ObjectPtr as Integer, Matrix as DynaPDFMatrixMBS, Kerning() as DynapdfTextRecordAMBS, Count as Integer, Width as Double) as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | DynaPDF | MBS DynaPDF Plugin | 8.7 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
You can break processing if necessary by returning a negative value. A return value of zero indicates success and processing continues.
Some examples using this event:
DynaPDFParseInterfaceMBS.ShowTextArrayW(Source() as DynaPDFTextRecordAMBS, Matrix as DynapdfMatrixMBS, Kerning() as DynapdfTextRecordWMBS, Count as Integer, Width as Double, Decoded as boolean) as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | DynaPDF | MBS DynaPDF Plugin | 8.6 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Some examples using this event:
The items on this page are in the following plugins: MBS DynaPDF Plugin.