Class PdfTextRasterizer
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
The converter of PDF text to images.
public class PdfTextRasterizer
- Inheritance
-
PdfTextRasterizer
- Inherited Members
Remarks
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Constructors
- PdfTextRasterizer()
Initializes a new instance of the PdfTextRasterizer class.
Properties
- CharacterSpacing
Gets or sets the horizontal distance between rendered characters in points.
- Height
Gets or sets the print height of produced images in points.
- HorizontalResolution
Gets or sets the horizontal resolution of produced images.
- VerticalResolution
Gets or sets the vertical resolution of produced images.
Methods
- Save(Stream, IEnumerable<PdfCharacterCode>)
Converts text to an image and saves the result to a stream.
- Save(string, IEnumerable<PdfCharacterCode>)
Converts text to an image and saves the result to a file.