PdfMetamorphosisSetSerial Method |
Note: This API is now obsolete.
Method for activation of your copy, doesn't work in trial version. The method works the same as
Serial property
Namespace: SautinSoftAssembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 2024.11.6
Syntax [ObsoleteAttribute]
public void SetSerial(
string s
)
<ObsoleteAttribute>
Public Sub SetSerial (
s As String
)
Parameters
- s String
- Serial number as string
Remarks Use this method only in full version after purchasing.
Example SautinSoft.PdfMetamorphosis p = new SautinSoft.PdfMetamorphosis();
p.SetSerial("123456789");
Dim p As New SautinSoft.PdfMetamorphosis()
p.SetSerial("123456789")
See Also