10 lines
240 B
Text
10 lines
240 B
Text
@using BootstrapBlazor.Components
|
|
@using LANCommander.Client.Data.Models
|
|
@inherits FeedbackComponent<Media>
|
|
@inject MediaService MediaService
|
|
|
|
<PdfReader LocalFileName="@(MediaService.GetImagePath(Options))" Height="100%" />
|
|
|
|
@code {
|
|
|
|
}
|