Files
NKC/NKC_WF/WebUserControls/cmp_svgFull.ascx
T
Samuele E. Locatelli 22592fccb7 aumento risoluzione SVG?
2020-07-28 16:38:08 +02:00

8 lines
427 B
Plaintext

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_svgFull.ascx.cs" Inherits="NKC_WF.WebUserControls.cmp_svgFull" %>
<asp:HiddenField ID="hfSheetId" runat="server" Value="0" />
<asp:HiddenField ID="hfFilename" runat="server" Value="" />
<div runat="server" id="divCurrSheet">
<svg xmlns='http://www.w3.org/2000/svg' width="16000" height="8000" runat="server" id="svgTable" class="img-fluid"></svg>
</div>