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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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


below properties not correctly loaded:

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