Annotation Memory Bug

Discussions about annotation support.
Post Reply
KimYH
Posts: 3
Joined: Thu Nov 28, 2019 10:21 am

Annotation Memory Bug

Post by KimYH » Thu Nov 28, 2019 10:32 am

ex )

Annotation A Memory = 0x173ebfd4

PageChanged Event

Annotation A Memory = 0x17238800

why Changed Annotation Memory after PageChanged ???

----------------------------------------------------------------------------------------------
and I Want All Page Annotation

ex)
List<Annotation> listAnnAll = new List<Annotation>();

for (int iPage = 0; iPage < DocuView.PageCount; iPage++)
{
if (DocuView.GetAnnotationManager().SelectPage(iPage + 1) == GdPictureStatus.OK)
{
Annotation[] annList = DocuView.GetAnnotationManager().GetOrderedAnnotations();

if (annList != null)
listAnnAll.AddRange(annList);
}
}

But i Want

List<Annotation> listAnnAll = DocuView.GetAllAnnotation();

OR

Annotation[] annList = DocuView.GetAllAnnotation();


Thank you

----------------------------------------------------------------------------------------------------------------------------
I am From Korean So i Don` Speak English Very Well

ex )

Annotation A Memory = 0x173ebfd4

PageChanged Event

Annotation A Memory = 0x17238800

왜 메모리 주소가 바뀌는지 모르겠습니다.

PDF를 불러 올때 모든 Annotation 정보를 리스트에 담아 클릭 이벤트시 다양하게 사용 하려고 설계를 했으나

메모리가 변경 되는 바람에 무산 되었습니다.

----------------------------------------------------------------------------------------------
and I Want All Page Annotation

ex)
List<Annotation> listAnnAll = new List<Annotation>();

for (int iPage = 0; iPage < DocuView.PageCount; iPage++)
{
if (DocuView.GetAnnotationManager().SelectPage(iPage + 1) == GdPictureStatus.OK)
{
Annotation[] annList = DocuView.GetAnnotationManager().GetOrderedAnnotations();

if (annList != null)
listAnnAll.AddRange(annList);
}
}

But i Want

List<Annotation> listAnnAll = DocuView.GetAllAnnotation();

OR

Annotation[] annList = DocuView.GetAllAnnotation();


Thank you

Hugo
Posts: 227
Joined: Tue Dec 18, 2018 10:09 am

Re: Annotation Memory Bug

Post by Hugo » Mon Dec 02, 2019 4:59 pm

Hi there,

Would you be able to provide screenshots and potentially a sample project allowing us to reproduce the behavior on our end please?
If you wish for these to remain confidential please send us a ticket here: https://orpalis.zendesk.com/hc/en-us/requests/new
Thank you!

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest