Table of Contents

Class PdfSharpProductVersionInformation

Namespace
PdfSharp
Assembly
PdfSharp.dll

Version information for all PDFsharp related assemblies.

public static class PdfSharpProductVersionInformation
Inheritance
PdfSharpProductVersionInformation
Inherited Members

Fields

Company

The company that created/owned the product.

public const string Company = "empira Software GmbH, Troisdorf (Cologne Area), Germany"

Field Value

string

Configuration

Unused.

public const string Configuration = ""

Field Value

string

The copyright information.

public const string Copyright = "Copyright © 2005-2024 empira Software GmbH."

Field Value

string

Creator

The PDF creator application information string.

public static readonly string Creator

Field Value

string

Culture

Unused.

public const string Culture = ""

Field Value

string

Description

A characteristic description of the product.

public const string Description = "A .NET library for processing PDF."

Field Value

string

Producer

The PDF producer (created by) information string. TODO: Called Creator in MigraDoc???

public static readonly string Producer

Field Value

string

Product

The name of the product.

public const string Product = "PDFsharp"

Field Value

string

SemanticVersion

The full semantic version number created by GitVersion.

public static readonly string SemanticVersion

Field Value

string

Technology

The technology tag of the product: (none) : Core -- .NET 6 or higher -gdi : GDI+ -- Windows only -wpf : WPF -- Windows only -hybrid : Both GDI+ and WPF (hybrid) -- for self-testing, not used anymore -sl : Silverlight -- deprecated -wp : Windows Phone -- deprecated -wrt : Windows RunTime -- deprecated -uwp : Universal Windows Platform -- not used anymore

public const string Technology = ""

Field Value

string

Title

The title of the product.

public const string Title = "PDFsharp"

Field Value

string

Trademark

The trademark of the product.

public const string Trademark = "PDFsharp"

Field Value

string

Url

The home page of this product.

public const string Url = "www.pdfsharp.net"

Field Value

string

Version

The full version number.

public static readonly string Version

Field Value

string

VersionMajor

The major version number of the product.

public static readonly string VersionMajor

Field Value

string

VersionMinor

The minor version number of the product.

public static readonly string VersionMinor

Field Value

string

VersionPatch

The patch number of the product.

public static readonly string VersionPatch

Field Value

string

VersionPreRelease

The Version PreRelease string for NuGet.

public static readonly string VersionPreRelease

Field Value

string