AnnotTextMarkup.strikeout
Description:
[ CCode ( has_construct_function = false , type = "PopplerAnnot*" ) ]
[ Version ( since = "0.26" ) ]
public AnnotTextMarkup.strikeout (Document doc, Rectangle rect, Array<Quadrilateral> quadrilaterals)
[ Version ( since = "0.26" ) ]
public AnnotTextMarkup.strikeout (Document doc, Rectangle rect, Array<Quadrilateral> quadrilaterals)
Creates a new Strike Out Text annotation that will be located on rect
when added to a page.
See add_annot
Parameters:
doc |
a Document |
rect | |
quadrilaterals |
A Array of Quadrilaterals |
Returns:
A newly created AnnotTextMarkup annotation |