source
The source container that holds a list of annotation objects. This value must not be null.
target
The target list of PDFAnnotation to fill converted objects into. This value must not be null.
pdfPageHeight
The height of the PDF page to add annotations into.
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)