Class StructureBuilder.ContentWriter
- Namespace
- PdfSharp.UniversalAccessibility
- Assembly
- PdfSharp.dll
Used to write text directly to the content stream.
public class StructureBuilder.ContentWriter
- Inheritance
-
StructureBuilder.ContentWriter
- Inherited Members
Constructors
ContentWriter(XGraphics)
Constructor.
public ContentWriter(XGraphics gfx)
Parameters
gfx
XGraphics
Methods
Write(string)
Writes text to the content stream.
public void Write(string content)
Parameters
content
stringThe text to write to the content stream.