mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Copy Annotation onto Multiple Pages
This commit is contained in:
@ -416,6 +416,11 @@ public:
|
||||
/// Returns document info reference
|
||||
PDFObjectReference getDocumentInfo() const;
|
||||
|
||||
/// Copies existing annotation to another page
|
||||
/// \param pageReference Page reference (onto which is annotation copied)
|
||||
/// \param annotationReference Annotation reference
|
||||
void copyAnnotation(PDFObjectReference pageReference, PDFObjectReference annotationReference);
|
||||
|
||||
/* START GENERATED CODE */
|
||||
|
||||
/// Appends a new page after last page.
|
||||
|
Reference in New Issue
Block a user