Property to activate your copy, doesn't work in trial version, the same as method SetSerial

Namespace:  SautinSoft
Assembly:  PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 5.3.4.18

Syntax

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

Remarks

Use this property only in full version after purchasing.

Examples

CopyC#
SautinSoft.PdfMetamorphosis p = new SautinSoft.PdfMetamorphosis();
p.Serial="123456789";
CopyVB.NET
Dim p As New SautinSoft.PdfMetamorphosis()
p.Serial="123456789"

See Also