ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearRasterProcessingVerifier Class / CanApplyClose Method
Raster page object to verify.




In This Topic
    CanApplyClose Method
    In This Topic
    Checks if ImGearRasterProcessing.Close method can be applied to the specified raster page.
    Syntax
    'Declaration
     
    Public Function CanApplyClose( _
       ByVal page As ImGearRasterPage _
    ) As Boolean
    'Usage
     
    Dim instance As ImGearRasterProcessingVerifier
    Dim page As ImGearRasterPage
    Dim value As Boolean
     
    value = instance.CanApplyClose(page)
    public bool CanApplyClose( 
       ImGearRasterPage page
    )
    public: bool CanApplyClose( 
       ImGearRasterPage* page
    ) 
    public:
    bool CanApplyClose( 
       ImGearRasterPage^ page
    ) 

    Parameters

    page
    Raster page object to verify.

    Return Value

    Boolean value.
    See Also