The LoadXpsDocumentSettings type exposes the following members.
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.) |
See Also