IPXC_Annotation Interface
PDF annotations located on pages of PDF document are often and widely used in PDF files, and often there are a lot of annotations in PDF documents. To reduce the amount of memory used by PDF files in general usage, PDF-XChange PDF SDK splits annotations in two different objects.
An IPXC_Annotation object that is common interface for all types of annotations in PDF Document and provides an access to common most used properties of annotations.
And a set of objects delivered from IPXC_AnnotData base that implements properties and methods specific for each type of annotations.
Also, each type of annotation has an annotation handler associated with this particular type. For UI interactivity, Editor SDK also provides UI handlers for supported annotation types.
Methods
SetPopup | SetReplyTo |
Properties
Actions | Handler | OC | Popup |
CreationDate | IndexOnPage | OnValue | Rect |
Data | IsMarkup | Page | ReplyTo |
Field | ModificationDate | PageIndex | ReplyType |
Flags | Name | PDFObject | Type |
See Also
IPXC_Page::AddAnnotToGroup, IPXC_Page::ExcludeAnnotFromGroup, IPXC_Page::GetAnnot, IPXC_Page::GetAnnotGroupMembers, IPXC_Page::GetAnnotReplies, IPXC_Page::InsertNewAnnot, IPXC_Page::InsertNewAnnotFromDict, IPXC_Page::MoveAnnot, IPXC_AnnotHandler::CopyAnnot, IPXC_AnnotHandler::CreateAnnotUndoInfo, IPXC_AnnotHandler::GetAnnotData, IPXC_AnnotHandler::GetAnnotOrder, IPXC_AnnotHandler::GetAnnotRotatePoint, IPXC_AnnotHandler::GetAnnotTipPoint, IPXC_AnnotHandler::GetAppearance, IPXC_AnnotHandler::GetPrintAppearance, IPXC_AnnotHandler::HasAppearanceForAppType, IPXC_AnnotHandler::LoadAnnotData, IPXC_AnnotHandler::RotateAnnot, IPXC_AnnotHandler::SaveAnnotData, IPXC_AnnotHandler::ScaleAnnot, IPXC_AnnotHandler::SerializeAnnot, IPXC_AnnotHandler::TransformAnnot, IPXC_AnnotHandler::UndoAnnot, IPXC_OCContext::GetAnnotAppStyle, IPXC_OCContext::IsAnnotVisible, IPXC_AnnotsVisibilityCallback::GetAnnotVisibility, IPXC_FormField::GetWidgetIndex, IPXC_FormField::Widget, IPXC_AnnotsList::Insert, IPXC_AnnotsList::Item, IPXV_Inst::GetAnnotHandler, IPXV_Document::FireAnnotChangedEvent, IPXV_Document::FireAnnotDeletedEvent, IPXV_Document::FireAnnotInsertedEvent, IPXV_Document::InvalidateAnnot, IPXV_Document::StartEditAnnotText, IPXV_PagesView::EnsureVisibleAnnot, IPXV_PagesView::GetAnnotFromPt, IPXV_PagesView::GetAnnotRectOnDevice, IPXV_PagesView::GetAnnotRectOnPage, IPXV_PagesView::GetLastHitTestRes, IPXV_PagesView::GetLinkFromPt, IPXV_PagesView::InvalidateAnnot, IPXV_PagesView::IsAnnotVisible, IPXV_InvalidatePagesInfo::GetGroupItem, IPXV_InvalidatePagesInfo::InvalidateAnnot, IPXV_AnnotsList::Find, IPXV_AnnotsList::Insert, IPXV_AnnotsList::Remove2, IPXV_AnnotsList::Item, IPXV_TextEditor::Annot, IPXV_AnnotHandler::HitTest, IPXV_AnnotHandler::IsAnnotHandler, IPXV_AnnotHandler::OnAnnotEnter, IPXV_AnnotHandler::OnAnnotExit