CompositingParameters Constructor (BlendMode, ImageFilterType, Boolean) |
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic CompositingParameters(
BlendMode blendMode,
ImageFilterType filterType,
bool isMasked
)
Public Sub New (
blendMode As BlendMode,
filterType As ImageFilterType,
isMasked As Boolean
)
public:
CompositingParameters(
BlendMode blendMode,
ImageFilterType filterType,
bool isMasked
)
new :
blendMode : BlendMode *
filterType : ImageFilterType *
isMasked : bool -> CompositingParameters
Parameters
- blendMode
- Type: Aspose.PdfBlendMode
Blend mode of current graphics state. - filterType
- Type: Aspose.PdfImageFilterType
The image filter type. - isMasked
- Type: SystemBoolean
The adding mask flag.
See Also