public static IFormatter DefaultFormatter { get; set; }
Public Shared Property DefaultFormatter As IFormatter Get Set
Previous versions used .NET's BinaryFormatter (which has been marked by Microsoft as not secure).
Current versions use PdfLiteSessionSerializer by default.
Copyright Red Software