See: Description
Interface | Description |
---|---|
IFragmentRasterizer |
Interface that allows to rasterize TeX fragments.
|
IInteractiveDevice |
The interface defining interactive features processing methods.
|
Class | Description |
---|---|
BmpSaveOptions |
Class representing options of saving to bitmap image.
|
ColoredStroke |
Represents the colored stroke.
|
Device |
Implements the interface for outputting text and graphic content
to abstract device.
|
GlyphData |
Container class for glyph data required for precise typesetting of a text string.
|
ImageDevice |
Implements the interface for outputting text and graphic content to image(s).
|
ImageSaveOptions |
Basic class for XPS-as-image saving options.
|
JpegSaveOptions |
Class representing options of saving to JPEG image.
|
PdfDevice |
Implements the interface for outputting text and graphic content to PDF document.
|
PdfEncryptionDetails |
Contains details for a pdf encryption.
|
PdfSaveOptions |
Class representing options of saving to PDF.
|
PngSaveOptions |
Class representing options of saving to PNG image.
|
SaveOptions |
Basic class for document saving options.
|
SvgDevice |
Implements the interface for outputting text and graphic content to image(s).
|
SvgSaveOptions |
Class representing options of saving to SVG.
|
TiffSaveOptions |
Class representing options of saving to TIFF image.
|
XpsDevice |
Implements the interface for outputting text and graphic content to XPS document.
|
XpsSaveOptions |
Class representing options of saving to XPS.
|
Enum | Description |
---|---|
InterpolationMode |
Specifies the algorithm that is used when images are scaled or rotated.
|
PdfEncryptionAlgorithm |
Encryption mode enumeration.
|
PdfImageCompression |
Specifies the type of compression applied to images in the PDF file.
|
PdfTextCompression |
Specifies a type of compression applied to all contents in the PDF file except images.
|
SmoothingMode |
Specifies whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas.
|