Table of Contents

Property RawData

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

RawData

The original encoded bytes (JPEG, PNG, etc.) for disk or browser storage. Null when the tile was created for render-only use without persistence.

public byte[]? RawData { get; }

Property Value

byte[]