ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearRasterProcessingVerifier Class / CanApplyBlendWithAlpha Method
Raster page object to verify.
Page to blend with.




In This Topic
CanApplyBlendWithAlpha Method
In This Topic
Returns true if BlendWithAlpha method can be applied to the specified page, false otherwise.
Syntax
'Declaration
 
Public Function CanApplyBlendWithAlpha( _
   ByVal page As ImGearRasterPage, _
   ByVal alpha As ImGearRasterPage _
) As Boolean
 
'Usage
 
Dim instance As ImGearRasterProcessingVerifier
Dim page As ImGearRasterPage
Dim alpha As ImGearRasterPage
Dim value As Boolean
 
value = instance.CanApplyBlendWithAlpha(page, alpha)

Parameters

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

Return Value

Boolean value.
See Also