Click or drag to resize

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: SautinSoft
Assembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 2024.1.12
Syntax
[ObsoleteAttribute]
public void SetSerial(
	string s
)

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");
See Also