|
PrefUseImagesAsResources |
Top Previous Next |
|
This property specifies whether to use image as resources when creating the document.
Syntax
Remarks
If PrefUseImagesAsResources property is set to true, then images stored internally will be maintained till the end of document for usage as resources (whenever supported). This will hold the images in memory until the whole document is completely rendered.
If PrefUseImagesAsResources property is set to false, then the images stored internally will be freed after rendering each page.
For optimal memory usage, set the property PrefUseImagesAsResources to false and the property PrefProcessAfterEachPage to true. With this combination the images required for the particular page will be loaded into the memory, and at the end of each page, it will be freed. This will enable the creation of very large documents containing images.
Default Value
True
|