Aspose::Words::Saving::PdfSaveOptions::get_CacheBackgroundGraphics method

PdfSaveOptions::get_CacheBackgroundGraphics method

Gets or sets a value determining whether or not to cache graphics placed in document’s background.

bool Aspose::Words::Saving::PdfSaveOptions::get_CacheBackgroundGraphics() const

Remarks

Default value is true and background graphics are written to the PDF document as an xObject.

When the value is false background graphics are not cached.

Some shapes are not supported for caching(shapes with fields, bookmarks, HRefs).

Document background graphic is various shapes, charts, images placed in the footer or header, well as background and border of a page.

See Also