public class ApsLoadOptions extends LoadOptions
APS document loading options.
| Constructor and Description |
|---|
ApsLoadOptions()
Creates new instance of options.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getTransparencyThreshold()
An integer value from 0 to 255 below which pixel of image that contains alpha values will be considered as fully transparent.
|
void |
setTransparencyThreshold(int transparencyThreshold)
Specifies an integer value from 0 to 255 below which pixel of image that contains alpha values will be considered as fully transparent.
|
public int getTransparencyThreshold()
public void setTransparencyThreshold(int transparencyThreshold)
transparencyThreshold - the transparency threshold to setCopyright © 2025 Aspose. All Rights Reserved.