ImageGear23.Core Assembly > ImageGear.Processing Namespace > ImGearRasterProcessingVerifier Class : CanApplyBlend Method |
page
, false otherwise.'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 )