SectionDocument Class Members
In This Topic
The following tables list the members exposed by SectionDocument.
Public Constructors
Public Properties
| Name | Description |
 | CacheToDisk | Gets or sets whether indicating whether a document should use memory cache exclusively or be able to cache pages on disk. |
 | CompatibilityMode | Gets or sets a value indicating whether the new cross-platform based rendering implementation or the legacy GDI/GDI+ rendering should be used by the document. |
 | Content | Gets or sets a value representing the document content. |
 | FontResolver | Gets or sets a value representing the implementation of the resolution of the font resources required to render a document in the CompatibilityModes.CrossPlatform compatibility mode. |
 | ImageConverterService | Gets the image converter service. |
 | Name | Overridden. Gets or sets a value indicating the document name. |
 | Printer | Gets a value reprsenting the printer properties for report printing. |
 | PrintOptions | Gets a value representing the options for report printing. |
 | TextLayoutService | Gets the text layout service. |
Top
Public Methods
| Name | Description |
 | Load | Overloaded. Loads the document from the specified stream. |
 | ResetPrinter | Resets the printer properties. |
Top
Public Events
See Also