ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearEffectsVerifier Class / CanApplyFunctionalLights Method
Page specified.




In This Topic
    CanApplyFunctionalLights Method
    In This Topic
    Returns true if ImGearEffects.RadialLight method, ImGearEffects.DirectionalLight method, ImGearEffects.FreeRadialLight method and ImGearEffects.FreeDirectionalLight method can be applied to the specified page, otherwise - false.
    Syntax
    'Declaration
     
    Public Function CanApplyFunctionalLights( _
       ByVal page As ImGearRasterPage _
    ) As Boolean
    'Usage
     
    Dim instance As ImGearEffectsVerifier
    Dim page As ImGearRasterPage
    Dim value As Boolean
     
    value = instance.CanApplyFunctionalLights(page)
    public bool CanApplyFunctionalLights( 
       ImGearRasterPage page
    )
    public: bool CanApplyFunctionalLights( 
       ImGearRasterPage* page
    ) 
    public:
    bool CanApplyFunctionalLights( 
       ImGearRasterPage^ page
    ) 

    Parameters

    page
    Page specified.

    Return Value

    Boolean value.
    See Also