PTStrikeOut
@interface PTStrikeOut : PTTextMarkup
A StrikeOut annotation shows as a line segment crossing out a word or a group of contiguous words.
-
Creates a StrikeOut annotation and initializes it using given Cos/SDF object.
Note
The constructor does not copy any data, but is instead the logical equivalent of a type cast.Parameters
dThe Cos/SDF object to initialze the annotation with.
-
Creates a new StrikeOut annotation in the specified document.
Declaration
Parameters
docA document to which the Popup annotation is added.
posA rectangle specifying the Popup annotation’s bounds in default user space units.
Return Value
A newly created blank StrikeOut annotation.
PTStrikeOut Class Reference