The following method shows how to create a basic PDF document in C#.NET project.
publicstaticvoid SaveDocumentFile(REDocument document, string filePath);
publicstaticvoid SaveDocumentFile(BaseImage image, string filePath, BaseEncoder enc);
publicstaticvoid SaveDocumentFile(List<BaseImage> images, string filePath, BaseEncoder enc);
publicstaticvoid SaveDocumentFile(REDocument document, string filePath, BaseEncoder enc);