Aspose::Pdf::ImageStamp class

ImageStamp class

Represents a graphic stamp.

class ImageStamp : public Aspose::Pdf::Stamp

Methods

MethodDescription
get_AlternativeText() constGets Alternative Text for image stamp.
get_Height() overrideGets image height. Setting this image allows to scale image vertically.
get_Image() constGets image stream used for stamping.
get_Quality() constGets quality of image stamp in percent. Valid values are 0..100%.
get_Width() overrideGets image width. Setting this property allos to scal image horizontally.
get_XIndent() overrideGets and sets horizontal stamp coordinate, starting from the left.
get_YIndent() overrideGets and sets vertical stamp coordinate, starting from the bottom.
ImageStamp(System::SharedPtr<System::IO::Stream>)Initializes a new instance of the ImageStamp class.
ImageStamp(System::String)Creates image stamp by image in the specified file.
Put(System::SharedPtr<Page>) overrideAdds graphic stamp on the page.
set_AlternativeText(System::String)Sets Alternative Text for image stamp.
set_Height(double) overrideSets image height. Setting this image allows to scale image vertically.
set_Quality(int32_t)Sets quality of image stamp in percent. Valid values are 0..100%.
set_Width(double) overrideSets image width. Setting this property allos to scal image horizontally.
set_XIndent(double) overrideGets and sets horizontal stamp coordinate, starting from the left.
set_YIndent(double) overrideGets and sets vertical stamp coordinate, starting from the bottom.

See Also