CompositingParameters Class
Represents an object containing graphics compositing parameters of current graphics state.
Inheritance Hierarchy
SystemObject
  Aspose.PdfCompositingParameters

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class CompositingParameters

The CompositingParameters type exposes the following members.

Constructors
  NameDescription
Public methodCompositingParameters(BlendMode)
Initializes new instance of the CompositingParameters object.
Public methodCompositingParameters(BlendMode, ImageFilterType)
Initializes new instance of the CompositingParameters object.
Public methodCompositingParameters(BlendMode, ImageFilterType, Boolean)
Initializes new instance of the CompositingParameters object.
Properties
  NameDescription
Public propertyBlendMode
Gets blend mode of current graphics state.
Public propertyFilterType
Gets the image filter type.
Public propertyIsMasked
Gets the mask flag.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also