Converts a list of PDFAnnotation objects into a list of AnnObject objects by adding it to target AnnContainer.
source
The list of PDFAnnotation objects to fill into AnnContainer. This value must not be null.
target
The target AnnContainer is used to fill into it a list of PDFAnnotation objects. This parameter must not be null.
pdfPageSize
The size of the PDF page with the annotations.
Note:The ConvertToPDF and ConvertFromPDF methods have different signatures for WinRT and WinRTPhone. Refer to the following for the correct signatures:
public static void ConvertToPDF(AnnContainer source, IList<IPDFAnnotation> target, double pdfPageHeight)
public static void ConvertFromPDF(IList<IPDFAnnotation> source, AnnContainer target, LeadSizeD pdfPageSize)