PdfRasterizer.CachePages Property

Gets or sets the value of CachePages property.

public bool CachePages { get; set; }
Public Property CachePages As Boolean

Property Value

Boolean

Licensing Info

This property is a DynamicPDF Rasterizer feature. One of the following is required for non-evaluation usage:

Remarks

A true value will keep the PDF pages open until Dispose method is called. A false value will close the pages immediately after rasterization.

See Also

PdfRasterizer
ceTe.DynamicPDF.Rasterizer

In this topic