Class StructureBuilder.ContentWriter
- Namespace
- PdfSharp.UniversalAccessibility
- Assembly
- PdfSharp-gdi.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
gfxXGraphics
Methods
Write(string)
Writes text to the content stream.
public void Write(string content)
Parameters
contentstringThe text to write to the content stream.