Aspose::Pdf::Facades::StampInfo class

StampInfo class

Class representing stamp information.

class StampInfo : public System::Object

Methods

MethodDescription
get_Form() constGets XForm of the stamp.
get_Image() constGets image of stamp. May be null if stamp does not contain images (for example for text stamp).
get_IndexOnPage() constGets stamp index on the page.
get_Rectangle() constGets rectangle where stamp is placed.
get_StampId() constGets identifier of the stamp.
get_StampType() constGets stamp type (image / form).
get_Text()Gets text in the stamp.
get_Visible() constGets visibility of stamp. If false then stamp is hidden (with HideStampById). Hidden stamp may be restored by ShowStampById.

See Also