ImageGear for .NET
CanApplyBlendWithAlpha Method




Raster page object to verify.
Page to blend with.
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)
public bool CanApplyBlendWithAlpha( 
   ImGearRasterPage page,
   ImGearRasterPage alpha
)
public: bool CanApplyBlendWithAlpha( 
   ImGearRasterPage* page,
   ImGearRasterPage* alpha
) 
public:
bool CanApplyBlendWithAlpha( 
   ImGearRasterPage^ page,
   ImGearRasterPage^ alpha
) 

Parameters

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

Return Value

Boolean value.
See Also

Reference

ImGearRasterProcessingVerifier Class
ImGearRasterProcessingVerifier Members
ImGearRasterPage Class
BlendWithAlpha Method

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback