ImageGear23.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearEffectsVerifier Class : CanApplyDropShadow Method |
page
, otherwise - false.'Declaration Public Function CanApplyDropShadow( _ ByVal page As ImGearRasterPage _ ) As Boolean
'Usage Dim instance As ImGearEffectsVerifier Dim page As ImGearRasterPage Dim value As Boolean value = instance.CanApplyDropShadow(page)
public bool CanApplyDropShadow( ImGearRasterPage page )
public: bool CanApplyDropShadow( ImGearRasterPage* page )
public: bool CanApplyDropShadow( ImGearRasterPage^ page )