ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPage Class / ApplyToImage Method
Image page to apply the encryption marks to.




In This Topic
    ApplyToImage Method
    In This Topic
    Applies the encryption marks from the annotation page to the image.
    Syntax
    'Declaration
     
    Public Sub ApplyToImage( _
       ByVal image As ImGearPage _
    ) 
    'Usage
     
    Dim instance As ImGearARTPage
    Dim image As ImGearPage
     
    instance.ApplyToImage(image)
    public void ApplyToImage( 
       ImGearPage image
    )
    public: void ApplyToImage( 
       ImGearPage* image
    ) 
    public:
    void ApplyToImage( 
       ImGearPage^ image
    ) 

    Parameters

    image
    Image page to apply the encryption marks to.
    See Also