The SDK now includes two dll's - SilverDox-SL4.dll compiled with Silverlight 4 (SL4) and SilverDox-SL5.dll with Silverlight 5 (SL5).
Both versions of the dll are compatible with the SL5 runtime. SL5 version of the DLL will compress print jobs when using a PostScript printer.
+ Landscape pages are now printed in a landscape orientation.
+ Print jobs can now optionally fit to page (new API: PDFTron.SilverDox.Documents.Print(bool fitToPage = true, List<Canvas> annotationCanvases = null))
+ Developers can now create custom popup canvases (new API: PDFTron.SilverDox.Documents.Annotations.Annotation.CreatePopupCanvas())