What is the difference between PDFDoc.Destroy() and PDFDoc.Dispose() in C#?

Which method should I call? Do I need to call Dispose on my Page objects before or after cleaning up the document?