ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearEffectsVerifier Class / CanApplySpotlightsPreview Method
Page to apply the method to.
Preview page to apply the method to.




In This Topic
    CanApplySpotlightsPreview Method
    In This Topic
    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