摘要: 例子 https://jingyan.baidu.com/article/93f9803f7ab544e0e46f55e6.html //创建页面大小 Rectangle pageSize = new Rectangle(1000,500); Document document = new Docu 阅读全文
posted @ 2020-09-02 13:53 AetlySaber 阅读(132) 评论(0) 推荐(0)
摘要: using System;using System.IO;using System.Text;namespace LearnFileStream{ class Program { string path = @"E:\AdvanceCSharpProject\LearnCSharp\LearnFil 阅读全文
posted @ 2020-09-02 09:38 AetlySaber 阅读(138) 评论(0) 推荐(0)