Files
NKC/NKC_WF/WebUserControls/cmp_svgFull.ascx
T
Samuele E. Locatelli 22f75947b9 Test zoom SVG
2020-07-28 16:23:01 +02:00

8 lines
426 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="8000" height="4000" runat="server" id="svgTable" class="img-fluid"></svg>
</div>