⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 versioninfo.cs

📁 用C#實現能產生PDF格式文件的源碼
💻 CS
字号:
namespace PdfSharp.Explorer
{
  internal sealed class VersionInfo
  {
    public const string Title         = "PDFsharp Document Explorer";
    public const string Description   = "Explores the content of a PDF document.";
    public const string Producer      = "PDFsharp " + VersionInfo.Version;
    public const string Version       = "0.0.6";
    public const string Configuration = "";
    public const string Company       = "empira Software GmbH, Cologne (Germany)";
    public const string Product       = "PDFsharp";
    public const string Copyright     = "Copyright 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -