LANCommander/LANCommander.Client/UI/Components/PdfReaderDialog.razor

11 lines
240 B
Text
Raw Normal View History

2024-06-20 17:09:30 -05:00
@using BootstrapBlazor.Components
@using LANCommander.Client.Data.Models
@inherits FeedbackComponent<Media>
@inject MediaService MediaService
2024-06-20 17:09:30 -05:00
<PdfReader LocalFileName="@(MediaService.GetImagePath(Options))" Height="100%" />
@code {
}