Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Dear,
I have two questions: 1) loading properties; 2) modify properties for pdf with a lot of pages.
we are using pdfviewer control inside a WPF app.
1) When we try to extract the following properties from a loaded PDF file within pdfviewer, we don't get what we expect, some properties were lost.
For example: when we looping annotations from
PdfLoadedDocument=> PdfPageBase[x]=> Annotations from PdfViewerControl
a) PdfFreeTextAnnotation.Font(Name,Bold,Style...)
b) PdfFreeTextAnnotation.AnnotationIntent
c) PdfFreeTextAnnotation.ModifiedDate
d) PdfFreeTextAnnotation.AnnotationFlags
2) Another issue we encounter, is that we can't modify the properties of all pages inside a pdf file. Only properties on the first couple of pages are correctly modified.
See sample codes in attachment.
Could you help checking what might go wrong with our codes?
Thanks, John