Did you find this guide helpful?
Some test text!
UWP / Changelog / v6.7.1
Version: 6.7.1
Release Date: December 5, 2016
6.7.1 is a major release. Please see What’s New for the changes that affect all platforms, including UWP.
PDFPrintManager
exposes a PrintingRequested
event that provides a PDFPrintTask
that can be used to monitor the progress of the current printing job. This will indicate when it is safe to dispose of a PDFDoc
.PDFNet.EnableJavaScript(bool)
PDFViewCtrl
AnnotationCanvas (available through PDFViewCtrl.GetAnnotationCanvas
) is now positioned differently relative to the PDFViewCtrl’s content. Use PDFViewCtrl.ConvScreenPtToAnnotationCanvasPt
and PDFViewCtrl.ConvAnnotationCanvasPtToScreenPt
to transform to and from the AnnotationCanvasPDFViewCtrl.OpenUniversalDocument
using a DocumentConversion
from Convert.UniversalConversion
PDFViewCtrlThumbnailRequestHandler
, available via the property PDFViewCtrl.ThumbnailResponseHandler
, which can receive thumbnails from GetThumbAsync
in a background threadPDFViewCtrl
can now animate zooming, see SetZoom
, SmartZoom
, and SetPageViewMode
to animate a zoom changePDFViewCtrl.SelectWithSnapping
and PDFViewCtrl.SelectWithSmartSnapping
to alter whether or not text selection should select whole wordsPDFViewCtrl.SetColorPostProcessColor
ReflowView
control that can be used to show flexible reflow of PDF documents using the new ReflowProcessor
PDFViewCtrl.ExecuteAction(ActionParameter)
to execute Actions that can trigger JavaScriptPDFNet.EnableJavaScript(bool)
PDFViewCtrl.openUniversalDocument(DocumentConversion)
PDFViewCtrl.OnConversionChanged
PDFViewCtrl.ConvScreenPtToAnnotationCanvasPt(DoubleRef, DoubleRef)
PDFViewCtrl.ConvScreenPtToAnnotationCanvasPt(DoubleRef, DoubleRefm int)
PDFViewCtrl.ConvAnnotationCanvasPtToScreenPt(DoubleRef, DoubleRef)
PDFViewCtrl.SetColorPostProcessColors(Color, Color)
(ColorPt) PDFViewCtrl.GetPostProcessedColor(ColorPt)
PDFViewCtrl.FindTextAsync(string, bool, bool, bool, bool, int)
PDFViewCtrl.ExecuteAction(ActionParameter)
PDFViewCtrl.SetRightToLeftLanguage(bool)
(bool) PDFViewCtrl.GetRightToLeftLanguage()
PDFViewCtrl.SetPageBox(PageBox)
(PageBox) PDFViewCtrl.GetPageBox()
(Rect) PDFViewCtrl.GetPageRectForAnnot(IAnnot, int)
(Rect) PDFViewCtrl.GetScreenRectForAnnot(IAnnot, int)
PDFViewCtrl.RefreshAndUpdate(ViewChangeCollection)
PDFViewCtrl.SelectWithSmartSnapping(double, double, double, double)
PDFViewCtrl.SelectWithSnapping(double, double, double, double, bool, bool)
(bool) PDFViewCtrl.SetZoom(int, int, double, bool)
(bool) PDFViewCtrl.SmartZoom(int, int, bool)
(void) PDFViewCtrl.SetPageViewMode(PDFViewCtrlPageViewMode, double, double, bool)
(double) PDFViewCtrl.GetZoomAnimationTarget()
(double) PDFViewCtrl.GetZoomForViewMode()
(bool) PDFViewCtrl.IsAnimatingZoom()
PDFViewCtrl.SetRelativeZoomLimits(PDFViewCtrlPageViewMode, double, double)
(PDFViewCtrlThumbnailRequestHandler) PDFViewCtrl.ThumbnailResponseHandler
PDFViewCtrlThumbnailRequestHandler.OnThumbnailGenerated
PDFViewCtrlThumbnailRequestHandler.GetThumbAsync(int)
PDFPrintManager.PrintingRequested
PDFPrintTask.Previewing
PDFPrintTask.Submitting
PDFPrintTask.Progressing
PDFPrintTask.Completed
Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales