Table of Contents

Class Capabilities.Build

Namespace
PdfSharp
Assembly
PdfSharp.dll

Access to information about the current PDFsharp build via fluent API.

public static class Capabilities.Build
Inheritance
Capabilities.Build
Inherited Members

Properties

BuildName

Gets the name of the PDFsharp build. Can be 'CORE', 'GDI', or 'WPF'

public static string BuildName { get; }

Property Value

string

BuildTag

Gets a 3-character abbreviation preceded with a dash of the current build flavor system. Valid return values are '-core', '-gdi', '-wpf', or '-xxx' if the platform is not known.

public static string BuildTag { get; }

Property Value

string

Framework

public static string Framework { get; }

Property Value

string

IsCoreBuild

Gets a value indicating whether this instance is PDFsharp CORE build.

public static bool IsCoreBuild { get; }

Property Value

bool

IsGdiBuild

Gets a value indicating whether this instance is PDFsharp GDI+ build.

public static bool IsGdiBuild { get; }

Property Value

bool

IsWpfBuild

Gets a value indicating whether this instance is PDFsharp WPF build.

public static bool IsWpfBuild { get; }

Property Value

bool