示例#1
0
        public override string ToString()
        {
            var sb = new StringBuilder();

            sb.AppendLine("[AttachmentPage]");
            sb.AppendLine(AttachmentPage.ToString());
            sb.AppendLine("[AutoSave]");
            sb.AppendLine(AutoSave.ToString());
            sb.AppendLine("[BackgroundPage]");
            sb.AppendLine(BackgroundPage.ToString());
            sb.AppendLine("[CoverPage]");
            sb.AppendLine(CoverPage.ToString());
            sb.AppendLine("[EmailClient]");
            sb.AppendLine(EmailClient.ToString());
            sb.AppendLine("[EmailSmtp]");
            sb.AppendLine(EmailSmtp.ToString());
            sb.AppendLine("[Ftp]");
            sb.AppendLine(Ftp.ToString());
            sb.AppendLine("[Ghostscript]");
            sb.AppendLine(Ghostscript.ToString());
            sb.AppendLine("[JpegSettings]");
            sb.AppendLine(JpegSettings.ToString());
            sb.AppendLine("[PdfSettings]");
            sb.AppendLine(PdfSettings.ToString());
            sb.AppendLine("[PngSettings]");
            sb.AppendLine(PngSettings.ToString());
            sb.AppendLine("[Printing]");
            sb.AppendLine(Printing.ToString());
            sb.AppendLine("[Properties]");
            sb.AppendLine(Properties.ToString());
            sb.AppendLine("[SaveDialog]");
            sb.AppendLine(SaveDialog.ToString());
            sb.AppendLine("[Scripting]");
            sb.AppendLine(Scripting.ToString());
            sb.AppendLine("[Stamping]");
            sb.AppendLine(Stamping.ToString());
            sb.AppendLine("[TiffSettings]");
            sb.AppendLine(TiffSettings.ToString());
            sb.AppendLine("AuthorTemplate=" + AuthorTemplate);
            sb.AppendLine("FileNameTemplate=" + FileNameTemplate);
            sb.AppendLine("Guid=" + Guid);
            sb.AppendLine("Name=" + Name);
            sb.AppendLine("OpenViewer=" + OpenViewer);
            sb.AppendLine("OutputFormat=" + OutputFormat);
            sb.AppendLine("ShowProgress=" + ShowProgress);
            sb.AppendLine("SkipPrintDialog=" + SkipPrintDialog);
            sb.AppendLine("TitleTemplate=" + TitleTemplate);
            sb.AppendLine("[ServerSetting]");
            sb.AppendLine(ServerSetting.ToString());

            return(sb.ToString());
        }