java.lang.Object |
↳ |
com.pdftron.pdf.utils.UserCropUtilities |
Class Overview
A utility class for user crop
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
UserCropUtilities
()
Public Methods
public
static
void
cropDoc
(PDFDoc doc)
Crops the PDF document permanently.
public
static
void
removeUserCrop
(PDFDoc pdfDoc)
public
static
Completable
removeUserCropAsync
(PDFDoc pdfDoc)
public
static
void
removeUserCropFromPage
(Page page)
Removes any user crop for a page if it is there
Parameters
page |
the page from which to remove the user crop |