Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / BitmapRenderer Class / BackgroundBitmapContainsUnmodifiedImage Property

In This Topic
    BackgroundBitmapContainsUnmodifiedImage Property
    In This Topic
    Gets or sets a value indicating that copying pixels from the BackgroundBitmap to the target bitmap should not be marked as changed in the UpdatedPixelMask.

    The default is false, indicating that pixels copied from the background bitmap to the target are marked as changed.

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