IResourceStore Type
Persists extracted binary resources to local storage. Readers call `Save` to extract embedded media out of a source document and get back a relative path to reference from a `Resource`; writers call `TryOpen` to read the bytes back when they need to embed or copy them into the target.
Instance members
| Instance member |
Description
|
Full Usage:
this.Save
Parameters:
string
mediaType : string
bytes : byte[]
Returns: string
Modifiers: abstract |
Save bytes and return the relative path (e.g. "resources/img-001.png") to be stored on `Resource.LocalPath`.
|
|
Open a previously-saved resource by its relative path, if it exists.
|
Nao