| XsPDFDoc.Rendering Namespace |
| Class | Description | |
|---|---|---|
| Area |
Abstract base class for all areas to render in.
|
|
| DocumentRenderer |
Provides methods to render the document or single parts of it to a XGraphics object.
|
|
| DocumentRenderer PrepareDocumentProgressEventArgs |
Arguments for the PrepareDocumentProgressEvent which is called while a document is being prepared (you can use this to display a progress bar).
|
|
| FormatInfo |
Abstract base class for formatting information received by calling Format() on a renderer.
|
|
| FormattedCell |
Represents a formatted cell.
|
|
| FormattedDocument |
Represents a formatted document.
|
|
| ImageRenderInfo |
Represents rendering information for images.
|
|
| LayoutInfo |
Abstract base class to serve as a layoutable unit.
|
|
| PageBreakRenderInfo |
Rendering information for page breaks.
|
|
| PageInfo |
Provides information necessary to render the page.
|
|
| ParagraphRenderInfo |
Represents rendering information for a paragraph.
|
|
| PdfDocumentRenderer |
Provides the functionality to convert a XsPDFDoc document into PDF.
|
|
| RenderInfo |
Abstract base class for all classes that store rendering information.
|
|
| ShapeRenderInfo |
Rendering information for shapes.
|
|
| TableFormatInfo |
Formatting information for tables.
|
|
| TableRenderInfo |
Rendering information for tables.
|
|
| TextFrameRenderInfo |
Summary description for TextFrameRenderInfo.
|
| Delegate | Description | |
|---|---|---|
| DocumentRenderer PrepareDocumentProgressEventHandler |
The event handler that is being called for the PrepareDocumentProgressEvent event.
|
| Enumeration | Description | |
|---|---|---|
| PageRenderOptions |
Determines the parts of a page to be rendered.
|