Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class / IsBlendModeSupported Method
The blend mode to check.

In This Topic
    IsBlendModeSupported Method (GcPdfGraphics)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function IsBlendModeSupported( _
       ByVal blendMode As BlendMode _
    ) As System.Boolean
    public override System.bool IsBlendModeSupported( 
       BlendMode blendMode
    )

    Parameters

    blendMode
    The blend mode to check.

    Return Value

    true if the specified blend mode is supported by the current graphics, false otherwise.
    See Also