Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcBitmap Class / StoreInTempFile Property

In This Topic
    StoreInTempFile Property
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public Property StoreInTempFile As System.Boolean
    public System.bool StoreInTempFile {get; set;}
    See Also