CompositingParameters Constructor (BlendMode, ImageFilterType)
Initializes new instance of the CompositingParameters object.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public CompositingParameters(
	BlendMode blendMode,
	ImageFilterType filterType
)

Parameters

blendMode
Type: Aspose.PdfBlendMode
Blend mode of current graphics state.
filterType
Type: Aspose.PdfImageFilterType
The image filter type.
See Also