Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnDataProvider Class : Decrypt Method |
'Declaration
Public MustOverride Sub Decrypt( _ ByVal container As AnnContainer, _ ByVal bounds As LeadRectD, _ ByVal key As Integer _ )
public abstract void decrypt(AnnContainer container, LeadRectD bounds, int key)
Encrypt is called to scramble the image data using a key. The same key is used when Decrypt is called de-scramble the data. Refer to AnnDataProvider for more information.