Platforms to show: All Mac Windows Linux Cross-Platform

Back to DynaPDFParserContentMBS class.

DynaPDFParserContentMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 25.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The private constructor.

DynaPDFParserContentMBS.Delete

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 25.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Marks this content item to be deleted.
Example
// remove all images
Var needWrite As Boolean
Var ContentParsingFlags as integer = 0

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.kopDrawImage then
content.Delete
needWrite = True
end if
next

If needWrite Then
Call Parser.WriteToPage
End If
End If

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


The biggest plugin in space...