Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about Windows 8.1, 10, WindowsPhone, Windows UWP

i want to get annotation file path and file type

More
10 years 6 months ago #9536 by mohgam
i want to get annotation file path and file type that saved in wp8.1?
More
10 years 6 months ago - 10 years 6 months ago #9537 by support
Incomplete answer.
Look at message below.

Methods you're looking for aren't yet available on Windows version.
We are including them and soon you will be able to use them.

Question: are you looking for the way to get linked file or attached file?

In both case, your second request "file type" should be developed on your own.
Last edit: 10 years 6 months ago by support.
More
10 years 6 months ago #9538 by support
You should cycle through page's annotations looking for Attachment annotations (m_annotation.IsAttachment()).
When you get an attached file you could extract it using:
m_annot.GetAttachmentData
m_annot.GetAttachmentName
methods.

As told before, file type identification should be done on your side.
Look at here msdn.microsoft.com/en-us/library/ms775107(v=vs.85).aspx .
More
10 years 6 months ago #9574 by mohgam
sorry but i want to get all the annotations for a file (saved or n0t saved)
Is there any method exports the annotations as an XML or even code to loop on annotations but to get the xml saved.
Also to import this text later??
More
10 years 5 months ago #9604 by support
Not yet.
The feature isn't available in any of the three supported platform.

We're still evaluating to support it.
Time to create page: 0.402 seconds
Powered by Kunena Forum