SectionDocument Class Members
In This Topic
The following tables list the members exposed by SectionDocument.
Public Constructors
Public Properties
| Name | Description |
 | CacheToDisk | Sets or returns a value indicating whether to optimize the amount of memory used by the document by caching the report to disk instead of holding it in memory. |
 | CompatibilityMode | Specifies if the document should use legacy GDI/GDI+ rendering or new cross-platform based rendering implementation. |
 | Content | Allows a document to be assigned to a web service. |
 | FontResolver | Gets or sets font resolver for CrossPlatform CompatibilityMode. null means the default resolver. |
 | ImagePersistenceService | Fot internal use only. |
 | Name | Overridden. Gets or sets the name of the document. |
 | Printer | Gets a reference to the document's printer settings. |
 | PrintOptions | Print options |
 | TextLayoutService | Fot internal use only. |
Top
Public Methods
| Name | Description |
 | Load | Overloaded. Loads a Document from a stream or a file. |
 | ResetPrinter | Resets the printer defaults. |
Top
Public Events
See Also