void
InitLibrary(string UserName,
string RegistrationKey)
Description
Initialize with username and registration key for using full feature of
SDK .
Parameters
UserName
– Your username provided for
registration
RegistrationKey –
registration key provided by DigitalOfficePro
Example
C#
PFPConverter presConverter = new PFPConverter();
presConverter.InitLibrary("Your
UserName", "Your Registration key");
presConverter.ConvertActivePresentation("C:\\output.swf”);
VB
Dim presConverter
As New PFPConverter
presConverter.InitLibrary "Your UserName",
"Your Registration key”
presConverter.
ConvertActivePresentation "C:\output.swf"
Related Topics