DocumentCacheOptionsHighQualityEnabled Property

Gets or sets a value that specifies whether to use high quality rendering for the document when converting to the special web format to be displayed in the document viewer. The default is false.

For providing some guarantees regarding how quickly a page can be rendered on different systems such as mobile devices, by default some parts of a page that are very complex and would take really long to render in the browser, are rasterized to an image (flattened). However as a side effect, parts of some pages may look blurry when you zoom in. You can set this property to true to disable this possible flattening (if you observe it's happening with your specific document). This way you can ensure vector quality rendering for complex documents such as CAD drawings. If you have errors due to insufficient memory, keep it at false. This setting does not effect the first step of the conversion: Source -> PDF, it only effects the second step of the conversion: PDF -> XPZ.

Note that changes in this property change CacheXpzKey.

Definition

Namespace: GleamTech.DocumentUltimate.Caching
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 6.9.8
C#
public bool HighQualityEnabled { get; set; }

Property Value

Boolean

See Also