RadaeePDF
RadaeePDF
Classic SDK
Master SDK
Server SDK
Command Line Tools
Pre-sales FAQ
Resellers
Download
All
SDK for Android
SDK for iOS
SDK for WinUWP
SDK for Server
Cordova Plugin
Xamarin Module
Documentation
Support
Tickets
Forum
Knowledge base
Press
Featured Apps
Android Apps carousel
iOS Apps carousel
Login
My orders
Index
Recent Topics
Search
Welcome,
Guest
Username:
Password:
Remember me
Forgot your password?
Forgot your username?
Create an account
Signin/Signup with:
Forum
Developing applications
iOS development
Get zoom minimum and maximum scale
Questions about iOS development and PDF
Page:
1
TOPIC:
Get zoom minimum and maximum scale
11 years 4 months ago
#4593
sahli.wa.skumar
Topic Author
Offline
New Member
Posts: 18
Thank you received: 0
hi,
Please let me know where can i get the zoom minimum and maxumum scale in the PDFViewer code?
Please
Log in
or
Create an account
to join the conversation.
Get zoom minimum and maximum scale
11 years 4 months ago
#4594
emanuele
Offline
User is blocked
Posts: 580
Thank you received: 67
Hi,
You can add a method PDFV class to return m_scale_min or m_scale_max, something like:
- (float)vGetScaleMin
{
return m_scale_min;
}
- (float)vGetScaleMax
{
return m_scale_max;
}
and get these values in PDFView class with:
[m_view vGetScaleMin];
[m_view vGetScaleMax];
Please
Log in
or
Create an account
to join the conversation.
Page:
1
Board Categories
Announcements
- Roadmap and releases
- Communications
Developing applications
- Android development
- iOS development
- Windows modern development
- Linux and Windows server
- Xamarin, Cordova and other third part
Requests and communications
- What do you like to see in next RadaeePDF SDK releases
- Application adopting RadaeePDF SDK
- Bug report
- Questions about licensing and sales
Forum
Developing applications
iOS development
Get zoom minimum and maximum scale
Powered by
Kunena Forum
You are here:
Home
Forum
Developing applications
iOS development
Save annotations and draw it in new pdf
JavaScript is currently disabled.
Please enable it for a better experience.
You are now being logged in using your Facebook credentials