API Reference
Class
ReaderVisualExportBundle
Deterministic export payloads for a discovered reader visual.
Inheritance
- Object
- ReaderVisualExportBundle
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Constructors
public ReaderVisualExportBundle() #Inherited Methods
Properties
public String Id { get; set; } #Stable visual export identifier.
public String FileNamePrefix { get; set; } #Filesystem-safe stem suitable for visual payload and JSON sidecar files.
public String PayloadExtension { get; set; } #File extension for the source visual payload.
public ReaderVisual Visual { get; set; } #Source visual model.
public String Payload { get; set; } #Raw source visual payload.
public String Json { get; set; } #Deterministic JSON representation.