rotate Method

Summary

Rotates the specified pages.

Syntax
TypeScript
JavaScript
DocumentPages.prototype.rotate = function( 
   angle, 
   firstPageNumber, 
   lastPageNumber 
) 
rotate( 
   angle: number, 
   firstPageNumber: number, 
   lastPageNumber: number 
): void; 

Parameters

angle

Rotation angle in degrees. Positive values will rotate the pages clockwise and negative values will rotate the pages counter-clockwise. Must be an increment of 90 degrees.

firstPageNumber

1-based first page number in the document. This value must be greater than or equal to 1.

lastPageNumber

1-based last page number in the document. This value must be greater or equal to firstPageNumber. A value of -1 means the last page in the document.

Remarks

This method loops through all the pages specified and calls DocumentPage.rotate. For more information, refer to Document Page Transformation.

Example

For an example, refer to DocumentPage.rotate.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.