Namespace: BitMiracle.Docotic.Pdf
public class PdfTextRasterizer
Public Class PdfTextRasterizer
The PdfTextRasterizer type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfTextRasterizer |
Initializes a new instance of the PdfTextRasterizer class.
|
Name | Description | |
---|---|---|
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | 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.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |