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