versioninfo.cs
来自「用C#實現能產生PDF格式文件的源碼」· CS 代码 · 共 12 行
CS
12 行
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 + =
减小字号Ctrl + -
显示快捷键?