Class Glyph

A description of a glyph on page.

Inheritance
System.Object
Glyph
Namespace: PSPDFKit.Pdf
Assembly: PSPDFKit.dll
Syntax
public sealed class Glyph

Properties

Contents

Contents of the glyph.

Declaration
public string Contents { get; set; }
Property Value
Type Description
System.String

Index

Glyph index on page.

Declaration
public int Index { get; set; }
Property Value
Type Description
System.Int32

IsGenerated

Is the glyph generated after parsing the PDF.

Declaration
public bool IsGenerated { get; set; }
Property Value
Type Description
System.Boolean

IsLineBreaker

Is the glyph a line breaker.

Declaration
public bool IsLineBreaker { get; set; }
Property Value
Type Description
System.Boolean

IsWordBreaker

Is the glyph a word breaker.

Declaration
public bool IsWordBreaker { get; set; }
Property Value
Type Description
System.Boolean

Rect

Location and size of glyph on page.

Declaration
public Rect Rect { get; set; }
Property Value
Type Description
Rect