Aspose::Pdf::ImageStamp class

ImageStamp class

Reresents 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.
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.

See Also