Aspose::Page::EPS::ApsLoadOptions class
Contents
[
Hide
]ApsLoadOptions class
APS document loading options.
class ApsLoadOptions : public Aspose::Page::EPS::LoadOptions
Methods
Method | Description |
---|---|
ApsLoadOptions() | Creates new instance of options. |
get_TransparencyThreshold() const | An integer value from 0 to 255 below which pixel of image that contains alpha values will be considered as fully transparent. PostScript doesn’t support transparency, but can apply explicit mask above color image where some pixels will be fully opaque and some one’s will be fully transparent. Transparency threshold is used for finding the best likeness of original and PostScript result. Default value is 255. |
set_TransparencyThreshold(int32_t) | An integer value from 0 to 255 below which pixel of image that contains alpha values will be considered as fully transparent. PostScript doesn’t support transparency, but can apply explicit mask above color image where some pixels will be fully opaque and some one’s will be fully transparent. Transparency threshold is used for finding the best likeness of original and PostScript result. Default value is 255. |
See Also
- Class LoadOptions
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++