Platforms to show: All Mac Windows Linux Cross-Platform

Back to DynaPDFParserContentMBS class.

DynaPDFParserContentMBS.Index as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 25.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The index of this content item.

Used internally to find the item in the array.
(Read only property)

DynaPDFParserContentMBS.Operator as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 25.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The operator value.
Example
// remove all text
Dim needWrite As Boolean

If parser.ParsePage(page, ContentParsingFlags) Then

var u as integer = parser.OperatorCount-1
for j as integer = 0 to u
Var content As DynaPDFParserContentMBS = parser.Content(j)

if content.Operator = DynaPDFParserContentMBS.kopShowText then
content.Delete
needWrite = True
end if
next

If needWrite Then
Call Parser.WriteToPage
End If
End If

See op* constants.
(Read and Write property)

DynaPDFParserContentMBS.OperatorName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 25.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The operator name.

For debugging.
(Read only property)

DynaPDFParserContentMBS.Parent as DynaPDFMBS   New in 26.0

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 26.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The parent DynaPDF object.

(Read only property)

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


The biggest plugin in space...