Set activation key

Namespace:  SautinSoft
Assembly:  SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 4.1.7.15

Syntax

      
 C#  Visual Basic 
public string Serial { get; set; }
Public Property Serial As String

Remarks

After purchasing you will get the full version of product and your serial number. This parameter doesn't have any effect in the trial version. This parameter is necessary in full version, please don't forget to specify it by your serial number.

Examples

CopyC#
SautinSoft.HtmlToRtf h = new SautinSoft.HtmlToRtf();
h.Serial = "XXXXXXXXXX";
CopyVB.NET
Dim h As New SautinSoft.HtmlToRtf()
h.Serial = "XXXXXXXXXX"

See Also