This is a migrated thread and some comments may be shown as answers.

Setting Pan and Scale

3 Answers 145 Views
PDFViewer
This is a migrated thread and some comments may be shown as answers.
Bronwen
Top achievements
Rank 1
Bronwen asked on 22 Feb 2012, 02:58 AM
Using your pdfviewer control.
If I set IsInPanMode = "true" on the contol it doesn't seem to honor that setting. However if i have a toggle button that i bind to the FixedDocumentViewer.IsInPanMode property it seems to work.

I get the same effect with ScaleMode  - except here : if i set it directly on the control it doesn't work, but I also can't seem to get FixedDocumentViewer.ScaleFactor binding to work on other controls like Slider etc.

Any hints at what I'm doing wrong?

3 Answers, 1 is accepted

Sort by
0
Kammen
Telerik team
answered on 27 Feb 2012, 05:47 PM
Hello Bronwen,

This is actually a bug in RadPdfViewer. We will try to fix it as soon as possible. 
The Telerik points in your account have been updated in appreciation of your involvement.

All the best,
Kammen
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Adrian
Top achievements
Rank 2
answered on 16 May 2013, 11:45 PM
Has this issue been fixed yet? I seem to be experiencing the same issue. 
pdfView.ScaleFactor = 50;
or
pdfView.ScaleFactor = .5;
do not seem to work.
0
Kammen
Telerik team
answered on 20 May 2013, 08:24 AM
Hi,

The scale factor is reset every time the document is changed. If you want the scale factor to be different from the default one (1), you can subscribe to the DocumentChanged event and change it there.

Regards,
Kammen
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
PDFViewer
Asked by
Bronwen
Top achievements
Rank 1
Answers by
Kammen
Telerik team
Adrian
Top achievements
Rank 2
Share this question
or