Platforms to show: All Mac Windows Linux Cross-Platform
DynaPDFParserContentLineDashPatternMBS class New in 25.5
Super class: DynaPDFParserContentMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| class | DynaPDF | MBS DynaPDF Plugin | 25.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Subclass of the DynaPDFParserContentMBS class.
This is a subclass of an abstract class. You can't create an instance, but you can get one from various plugin functions.
Super class DynaPDFParserContentMBS
- 3 properties
- property Index as Integer
- property Operator as Integer
- property OperatorName as String
- 2 methods
- method Constructor Private
- method Delete
- 44 constants
Operators
| Constant | Value | Description |
|---|---|---|
| kopBeginCompatibility | 1 |
Ignore unknown operators until the section is terminated with opEndCompatibility. |
| kopBeginMarkedContent | 2 |
Begins marked content. |
| kopBeginText | 3 |
Begins text. |
| kopClipPath | 4 |
Clip current path. |
| kopClipPathExt | 5 |
Clip path with extended options. |
| kopDrawImage | 6 |
Draw an image. |
| kopDrawInlineImage | 7 |
Draw an inline image. |
| kopDrawPath | 8 |
Draw a path. |
| kopDrawPathExt | 9 |
Draw a path with more options. |
| kopDrawShading | 10 |
Draw shading. |
| kopDrawTemplate | 11 |
Draw a template. |
| kopDrawTranspGroup | 12 |
Draw a transparent group. |
| kopEndCompatibility | 13 |
Compatibility section ends. |
| kopEndMarkedContent | 14 |
End marked content. |
| kopEndText | 15 |
End text. |
| kopInitType3Glyph0 | 16 |
Init 3D Glyph |
| kopInitType3Glyph1 | 17 |
Init 3D Glyph |
| kopInsertPostscript | 18 |
Insert PostScript. Can be considered when printing on a Postscript device. |
| kopMarkedContPoint | 19 |
Marked content point. |
| kopMulMatrix | 20 |
Multiply matrix. |
| kopNull | 0 |
This represents a deleted node. |
| kopPageHeader | 21 |
Page Header |
| kopRestoreGS | 22 |
Restore Graphics State |
| kopSaveGS | 23 |
Save Graphics State |
| kopSetCharSpacing | 24 |
Set character spacing |
| kopSetExtGState | 25 |
Set extended graphics state. |
| kopSetFillColor | 26 |
Set fill color. |
| kopSetFillColorSpace | 27 |
Set fill color space. |
| kopSetFillPattern | 28 |
Set fill pattern. |
| kopSetFlatnessTolerance | 29 |
Set flatness tolerance. |
| kopSetFont | 30 |
Set font |
| kopSetLineCapStyle | 31 |
Set line cap style. |
| kopSetLineDashPattern | 32 |
Set line dash pattern. |
| kopSetLineJoinStyle | 33 |
Set line join style. |
| kopSetLineWidth | 34 |
Set line width. |
| kopSetMiterLimit | 35 |
Set miter limit. |
| kopSetRenderingIntent | 36 |
Set rendering intent. |
| kopSetStrokeColor | 37 |
Set stroke color. |
| kopSetStrokeColorSpace | 38 |
Set stroke color space. |
| kopSetStrokePattern | 39 |
Set stroke pattern. |
| kopSetTextDrawMode | 40 |
Set text drawing mode. |
| kopSetTextScale | 41 |
Set text scale. |
| kopSetWordSpacing | 42 |
Set word spacing. |
| kopShowText | 43 |
Shows text. |
This class has no sub classes.
Blog Entries
Release notes
- Version 25.5
- Added DynaPDFParserContentFontMBS and DynaPDFParserContentLineDashPatternMBS classes.
Some related classes:
The items on this page are in the following plugins: MBS DynaPDF Plugin.
DynaPDFParserContentIntMBS - DynaPDFParserContentMBS