Package | Description |
---|---|
com.aspose.pdf.facades |
The com.aspose.pdf.facades package provides classes originally came from
Aspose.Pdf.Kit.
|
Modifier and Type | Method and Description |
---|---|
BlendingColorSpace |
Stamp.getBlendingSpace()
Gets a BlendingColorSpace value that defines a color space that is used to perform
transparency and blending operations on the page.
|
static BlendingColorSpace |
BlendingColorSpace.getByValue(int value) |
static BlendingColorSpace |
BlendingColorSpace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlendingColorSpace[] |
BlendingColorSpace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Stamp.setBlendingSpace(BlendingColorSpace value)
Sets a BlendingColorSpace value that defines a color space that is used to perform
transparency and blending operations on the page.
|
Copyright © 2025 Aspose. All Rights Reserved.