ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearRasterProcessingVerifier Class / CanApplyBlend Method
Raster page object to verify.
Page to blend with.




In This Topic
    CanApplyBlend Method
    In This Topic
    Returns true if Blend Method can be applied to the specified page, false otherwise.
    Syntax
    'Declaration
     
    Public Function CanApplyBlend( _
       ByVal page As ImGearRasterPage, _
       ByVal pageToBlendWith As ImGearRasterPage _
    ) As Boolean
    'Usage
     
    Dim instance As ImGearRasterProcessingVerifier
    Dim page As ImGearRasterPage
    Dim pageToBlendWith As ImGearRasterPage
    Dim value As Boolean
     
    value = instance.CanApplyBlend(page, pageToBlendWith)
    public bool CanApplyBlend( 
       ImGearRasterPage page,
       ImGearRasterPage pageToBlendWith
    )
    public: bool CanApplyBlend( 
       ImGearRasterPage* page,
       ImGearRasterPage* pageToBlendWith
    ) 
    public:
    bool CanApplyBlend( 
       ImGearRasterPage^ page,
       ImGearRasterPage^ pageToBlendWith
    ) 

    Parameters

    page
    Raster page object to verify.
    pageToBlendWith
    Page to blend with.

    Return Value

    Boolean value.
    See Also