Table of Contents

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

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.