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
How to get the event for user zoom in and zoom out
Questions about iOS development and PDF
Page:
1
TOPIC:
How to get the event for user zoom in and zoom out
11 years 4 months ago
#4600
sahli.wa.skumar
Topic Author
Offline
New Member
Posts: 18
Thank you received: 0
Hi,
i need to get an event for zoom in and zoom out of PDFView.
Is there event from which i can come to know that the user has zoomed in the PDFView or Zoomed out the PDFVIew.
Please suggest.
Please
Log in
or
Create an account
to join the conversation.
How to get the event for user zoom in and zoom out
11 years 4 months ago
#4606
emanuele
Offline
User is blocked
Posts: 580
Thank you received: 67
Hi,
You should implement this method.
You can add a method, like "zoomEnd()" in PDFView class, and call It when you find something like this:
if( m_status == sta_zoom )
{
[self zoomEnd];
m_status = sta_none;
}
Now you have to:
Save [m_view vGetScale] before [m_view vZoomStart]
Check current [m_view vGetScale] in zoomEnd function
- (void)zoomEnd
{
if (m_pre_zoom < [m_view vGetScale]) {
NSLog(@"zoom in");
}
else
NSLog(@"zoom out");
}
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
How to get the event for user zoom in and zoom out
Powered by
Kunena Forum
You are here:
Home
Forum
Requests and communications
Questions about licensing and sales
Once paid, Is it OK to make our commercial stuffs?
JavaScript is currently disabled.
Please enable it for a better experience.
You are now being logged in using your Facebook credentials