Class: Poppler::AnnotStamp
Instance Method Summary collapse
-
#custom_image=(image) ⇒ Boolean
Sets the custom image of poppler_annot to be image.
-
#icon ⇒ Poppler::AnnotStampIcon
The corresponding Poppler::AnnotStampIcon of the icon.
-
#icon=(icon) ⇒ nil
Sets the icon of poppler_annot to be one of the predefined values in Poppler::AnnotStampIcon.
-
#initialize(doc, rect) ⇒ Poppler::Annot
constructor
Creates a new Stamp annotation that will be located on rect when added to a page.
Methods inherited from Annot
#annot_type, #color, #color=, #contents, #contents=, #flags, #flags=, #get_rectangle, #modified, #name, #page_index, #rectangle=
Constructor Details
#initialize(doc, rect) ⇒ Poppler::Annot
Creates a new Stamp annotation that will be located on rect when added to a page. See poppler_page_add_annot()
Instance Method Details
#custom_image=(image) ⇒ Boolean
Sets the custom image of poppler_annot to be image
#icon ⇒ Poppler::AnnotStampIcon
Returns the corresponding Poppler::AnnotStampIcon of the icon.
#icon=(icon) ⇒ nil
Sets the icon of poppler_annot to be one of the predefined values in Poppler::AnnotStampIcon