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
One of the parser events.

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
One of the parser events.

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
One of the parser events.

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
One of the parser events.

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.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
One of the parser events.

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
One of the parser events.

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
One of the parser events.

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
One of the parser events.

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
One of the parser events.

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
One of the parser events.

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
One of the parser events.

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
One of the parser events.

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
One of the parser events.

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
One of the parser events.

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
One of the parser events.

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
One of the parser events.

Some examples using this event:

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


The biggest plugin in space...