mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Loading widgets
This commit is contained in:
@ -374,6 +374,9 @@ public:
|
||||
/// Returns object storage
|
||||
const PDFObjectStorage* getStorage() const { return &m_storage; }
|
||||
|
||||
/// Removes annotation from the page
|
||||
void removeAnnotation(PDFObjectReference page, PDFObjectReference annotation);
|
||||
|
||||
/// Appends object to target object. Targed object reference must be valid.
|
||||
/// Arrays are concatenated.
|
||||
/// \param reference Target object reference
|
||||
|
Reference in New Issue
Block a user