Aspose::Pdf::XImageAddingParams class

XImageAddingParams class

class XImageAddingParams : public System::Object

Methods

MethodDescription
get_BitmapInfo() const
get_BitMask() const
get_FilterType() const
get_Image() const
get_ImageStream() const
get_IsBlackWhite() const
get_IsGrayScaled() const
get_IsGrayScaleSoftMasked() const
get_IsStencilMasked() const
get_Quality() const
get_Type() const
set_BitmapInfo(System::SharedPtr<Aspose::Pdf::BitmapInfo>)
set_BitMask(uint8_t)
set_FilterType(Aspose::Pdf::ImageFilterType)
set_Image(System::SharedPtr<System::Drawing::Image>)
set_ImageStream(System::SharedPtr<System::IO::Stream>)
set_IsBlackWhite(bool)
set_IsGrayScaled(bool)
set_IsGrayScaleSoftMasked(bool)
set_IsStencilMasked(bool)
set_Quality(int32_t)
XImageAddingParams()

See Also