Interface PdfModification
- All Known Implementing Classes:
PdfModificationImpl
public interface PdfModification
This interface contains information about the occurred modifications in a PDF
-
Method Summary
Modifier and Type Method Description int
getPage()
Returns a page where the modification occurs
-
Method Details
-
getPage
int getPage()Returns a page where the modification occurs- Returns:
- page number
-