ImageGear .NET - Updated
ApplyToImage Method




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPage Class : ApplyToImage Method
Image page to apply the encryption marks to.
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

Reference

ImGearARTPage Class
ImGearARTPage Members