Hi and thanks a lot.
loadedDocument.Form is null for my document, does this mean that it is not well formated?
I can extract text from the same loadedDocument like this:
PdfPageBase page = loadedDocument.Pages[2];
TextLineCollection lineCollection = new TextLineCollection();
string extractedText = page.ExtractText(out lineCollection);
That does work / returns the values as text, but I cannot access the "Form"