Table of Contents

Class OtherEncodings.PdfDocEncoding

Namespace
UglyToad.PdfPig.Core
Assembly
UglyToad.PdfPig.Core.dll

The encoding for strings in a PDF file which encodes all of the ISO Latin 1 character set.

public static class OtherEncodings.PdfDocEncoding
Inheritance
OtherEncodings.PdfDocEncoding
Inherited Members

Methods

ContainsChar(char)

Whether the PDF Doc Encoding contains a corresponding character.

public static bool ContainsChar(char c)

Parameters

c char

Returns

bool