[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GcBitmap.StoreInTempFile

StoreInTempFile Property

StoreInTempFile

Gets or sets a value indicating whether pixel data should be dynamically mapped to a temporary file rather than kept fully in memory.

Setting this property to true frees up memory but slows down operations on pixel data.

Do not activate this mode for small images (less than 100 x 100 pixels).

The default is false.

Declaration
public bool StoreInTempFile { get; set; }
Public Property StoreInTempFile As Boolean