reverse Method

Summary

Flips the specified pages horizontally.

Syntax
TypeScript
JavaScript
文档Pages.prototype.reverse =function(firstPageNumber,lastPageNumber)
reverse(firstPageNumber:number,lastPageNumber:number):void;

Parameters

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 tofirstPageNumber. A value of -1 means the last page in the document.

Remarks

This method loops through all the pages specified and calls文档Page.reverse. For more information, refer to文档Page Transformation..

Example

Refer to文档Page.rotatefor an example.

Requirements
Target Platforms
Leadtools.Document Assembly
188金宝搏的网址客服|Support|Contact Us|Intellectual Property Notices
© 1991-2021LEAD Technologies, Inc.All Rights Reserved.