Aspose::Pdf::ImageStamp class
Contents
[
Hide
]ImageStamp class
Reresents graphic stamp.
class ImageStamp : public Aspose::Pdf::Stamp
Methods
Method | Description |
---|---|
get_AlternativeText() const | Gets Alternative Text for image stamp. |
get_Height() override | Gets image height. Setting this image allows to scale image vertically. |
get_Image() const | Gets image stream used for stamping. |
get_Quality() const | Gets quality of image stamp in percent. Valid values are 0..100%. |
get_Width() override | Gets 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>) override | Adds graphic stamp on the page. |
set_AlternativeText(System::String) | Sets Alternative Text for image stamp. |
set_Height(double) override | Sets 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) override | Sets image width. Setting this property allos to scal image horizontally. |
See Also
- Class Stamp
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++