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
d
The Cos/SDF object to initialze the annotation with.
-
Creates a new StrikeOut annotation in the specified document.
Declaration
Parameters
doc
A document to which the Popup annotation is added.
pos
A rectangle specifying the Popup annotation’s bounds in default user space units.
Return Value
A newly created blank StrikeOut annotation.