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
CurrentPage
Gets the current page.
public PdfPage CurrentPage { get; }
Property Value
Owner
Gets the owning document for this UAManager.
public PdfDocument Owner { get; }
Property Value
StructureBuilder
Gets the structure builder.
public StructureBuilder StructureBuilder { get; }
Property Value
StructureTreeElementDocument
Structure element of the document.
public PdfStructureElement StructureTreeElementDocument { get; set; }
Property Value
StructureTreeRoot
Root of the structure tree.
public PdfStructureTreeRoot StructureTreeRoot { get; set; }
Property Value
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
IsInTextMode()
Determine if renderer is in Text mode or Graphic mode.
public bool IsInTextMode()
Returns
SetDocumentLanguage(string)
Sets the language of the document.
public void SetDocumentLanguage(string lang)
Parameters
lang
string