- Posts: 5
- Thank you received: 0
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
10 years 6 months ago #9536
by mohgam
i want to get annotation file path and file type was created by mohgam
i want to get annotation file path and file type that saved in wp8.1?
10 years 6 months ago - 10 years 6 months ago #9537
by support
Replied by support on topic i want to get annotation file path and file type
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.
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.
10 years 6 months ago #9538
by support
Replied by support on topic i want to get annotation file path and file type
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 .
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 .
10 years 6 months ago #9574
by mohgam
Replied by mohgam on topic i want to get annotation file path and file type
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??
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??
10 years 5 months ago #9604
by support
Replied by support on topic i want to get annotation file path and file type
Not yet.
The feature isn't available in any of the three supported platform.
We're still evaluating to support it.
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