The LoadXpsDocumentSettings type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| LoadXpsDocumentSettings | Initializes a new instance of the LoadXpsDocumentSettings class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (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.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| FixedPageCacheSize |
Gets or sets the size of the fixed page cache (default 16).
| |
| ImageCacheSize |
Gets or sets the size of the image cache (default 32).
| |
| ImageMaxSize |
Gets or sets the maximum size in pixels of rendered images (default 1024x1024 pixels).
| |
| ImageQuality |
Gets or sets the render quality of the images. Quality is a value ranging from 0 to 1 (default 1).
| |
| IncludeAnnotations |
Gets or sets a value indicating whether to load the embedded Annotations.
| |
| IncludeDocumentStructures |
Gets or sets a value indicating whether to load the document structure parts if available.
| |
| IncludeProperties |
Gets or sets a value indicating whether to load the CoreDocumentProperties if available.
| |
| ResourceDictionaryCacheSize |
Gets or sets the size of the resource dictionary cache (default 8).
| |
| TreatWarningsAsErrors |
Gets or sets a value indicating whether to treat a page load and render warning as error.
(Inherited from LoadSettings.) | |
| WarningLevel |
Gets or sets the warning level.
(Inherited from LoadSettings.) |