Knowledge Base - Rotate Pages (Android)

This article shows how to rotate pdf page (use iteration to rotate all pages).

Remember that to use the following method you need a Premium license.

/**
* @param pageno 0 based page NO.
* @param degree rotate angle in degree, must be 90 * n.
* @return true or false
*/
m_doc.SetPageRotate(int pageno, int degree );
Applies To

RadaeePDF SDK for Android

Details

Created : 2016-06-08 14:55:56, Last Modified : 2016-06-08 16:43:48