Aspose::Pdf::Image class
Contents
[
Hide
]Image class
Represents image.
class Image : public Aspose::Pdf::BaseParagraph
Methods
Method | Description |
---|---|
Clone() override | Clone the image. |
get_BitmapInfo() const | Gets uncompressed image bytes. |
get_BitmapSize() | Gets the image bitmap size. |
get_File() const | Gets the image file. |
get_FileType() const | Gets the image file type. |
get_FixHeight() const | Gets the image height. |
get_FixWidth() const | Gets the image width. |
get_ImageScale() const | Gets the image scale. |
get_ImageStream() const | Gets the image stream. |
get_IsApplyResolution() const | Gets a bool value that indicates whether the image use resolution during generation. |
get_IsBlackWhite() const | Gets a bool value that indicates whether the image is forced to be black-and-white. If TIFF image of CCITT subformat is used, this property must be set to true. |
get_Title() const | Gets a string value that indicates the title of the image. |
static GetMimeType(System::SharedPtr<System::Drawing::Image>) | Returns mime type for image. |
Image() | |
set_BitmapInfo(System::SharedPtr<Aspose::Pdf::BitmapInfo>) | Sets uncompressed image bytes. |
set_File(System::String) | Sets the image file. |
set_FileType(ImageFileType) | Sets the image file type. |
set_FixHeight(double) | Sets the image height. |
set_FixWidth(double) | Sets the image width. |
set_ImageScale(double) | Sets the image scale. |
set_ImageStream(System::SharedPtr<System::IO::Stream>) | Sets the image stream. |
set_IsApplyResolution(bool) | Sets a bool value that indicates whether the image use resolution during generation. |
set_IsBlackWhite(bool) | Sets a bool value that indicates whether the image is forced to be black-and-white. If TIFF image of CCITT subformat is used, this property must be set to true. |
set_Title(System::SharedPtr<Text::TextFragment>) | Sets a string value that indicates the title of the image. |
See Also
- Class BaseParagraph
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++