PDFsharp-net6

PdfSharpProductVersionInformation

Namespace: PdfSharp

Version information for all PDFsharp related assemblies.

public static class PdfSharpProductVersionInformation

Inheritance ObjectPdfSharpProductVersionInformation

Fields

VersionMajor

The major version number of the product.

public static string VersionMajor;

VersionMinor

The minor version number of the product.

public static string VersionMinor;

VersionPatch

The patch number of the product.

public static string VersionPatch;

VersionPreRelease

The Version PreRelease String for NuGet.

public static string VersionPreRelease;

Creator

The PDF creator application information string.

public static string Creator;

Producer

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

public static string Producer;

Version

The full version number.

public static string Version;

Title

The title of the product.

public static string Title;

Description

A characteristic description of the product.

public static string Description;

Url

The home page of this product.

public static string Url;

Configuration

Unused.

public static string Configuration;

Company

The company that created/owned the product.

public static string Company;

Product

The name of the product.

public static string Product;

The copyright information.

public static string Copyright;

Trademark

The trademark of the product.

public static string Trademark;

Culture

Unused.

public static string Culture;

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 static string Technology;