ImageGear .NET v24.12 - Updated
CanApplySpotlightsPreview Method




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearEffectsVerifier Class : CanApplySpotlightsPreview Method
Page to apply the method to.
Preview page to apply the method to.
Returns true if ImGearEffects.SpotlightsPreview method can be applied to the specified page, otherwise - false.
Syntax
'Declaration
 
Public Function CanApplySpotlightsPreview( _
   ByVal page As ImGearRasterPage, _
   ByVal previewPage As ImGearRasterPage _
) As Boolean
'Usage
 
Dim instance As ImGearEffectsVerifier
Dim page As ImGearRasterPage
Dim previewPage As ImGearRasterPage
Dim value As Boolean
 
value = instance.CanApplySpotlightsPreview(page, previewPage)
public bool CanApplySpotlightsPreview( 
   ImGearRasterPage page,
   ImGearRasterPage previewPage
)
public: bool CanApplySpotlightsPreview( 
   ImGearRasterPage* page,
   ImGearRasterPage* previewPage
) 
public:
bool CanApplySpotlightsPreview( 
   ImGearRasterPage^ page,
   ImGearRasterPage^ previewPage
) 

Parameters

page
Page to apply the method to.
previewPage
Preview page to apply the method to.

Return Value

Boolean value.
See Also

Reference

ImGearEffectsVerifier Class
ImGearEffectsVerifier Members
SpotlightsPreview Method
ImGearRasterPage Class