Table of Contents

Struct AnsiTable

Namespace
PdfSharp.Snippets.Font
Assembly
PdfSharp.Snippets-gdi.dll
public readonly struct AnsiTable
Inherited Members

Constructors

AnsiTable(int, char, char, string)

public AnsiTable(int number, char unicode, char ch, string description)

Parameters

number int
unicode char
ch char
description string

Properties

Char

public char Char { get; }

Property Value

char

Description

public string Description { get; }

Property Value

string

Hex

public string Hex { get; }

Property Value

string

Number

public int Number { get; }

Property Value

int

UnicodeText

public string UnicodeText { get; }

Property Value

string

UnicodeValue

public char UnicodeValue { get; }

Property Value

char