Table of Contents

Class UAManager

Namespace
PdfSharp.UniversalAccessibility
Assembly
PdfSharp.dll

This is just a scratch.

public class UAManager
Inheritance
UAManager
Inherited Members

Properties

CurrentGraphics

Gets the current XGraphics object.

public XGraphics CurrentGraphics { get; }

Property Value

XGraphics

CurrentPage

Gets the current page.

public PdfPage CurrentPage { get; }

Property Value

PdfPage

Owner

Gets the owning document for this UAManager.

public PdfDocument Owner { get; }

Property Value

PdfDocument

StructureBuilder

Gets the structure builder.

public StructureBuilder StructureBuilder { get; }

Property Value

StructureBuilder

StructureTreeElementDocument

Structure element of the document.

public PdfStructureElement StructureTreeElementDocument { get; set; }

Property Value

PdfStructureElement

StructureTreeRoot

Root of the structure tree.

public PdfStructureTreeRoot StructureTreeRoot { get; set; }

Property Value

PdfStructureTreeRoot

Methods

BeginGraphicMode()

Sets the graphic mode.

public void BeginGraphicMode()

BeginTextMode()

Sets the text mode.

public void BeginTextMode()

ForDocument(PdfDocument)

Gets the Universal Accessibility Manager for the document.

public static UAManager ForDocument(PdfDocument document)

Parameters

document PdfDocument

Returns

UAManager

IsInTextMode()

Determine if renderer is in Text mode or Graphic mode.

public bool IsInTextMode()

Returns

bool

SetDocumentLanguage(string)

Sets the language of the document.

public void SetDocumentLanguage(string lang)

Parameters

lang string