aspnet-ej1-demos/Presentation/Images.aspx

36 строки
1.7 KiB
Plaintext
Исходник Постоянная ссылка Обычный вид История

2022-12-22 11:45:10 +03:00
<%@ Page Title="Presentation-Images-ASP.NET-SYNCFUSION" Language="C#" MasterPageFile="~/Samplebrowser.Master" AutoEventWireup="true" CodeBehind="Images.aspx.cs" Inherits="WebSampleBrowser.PPTX.Images" %>
<asp:Content ID="Content2" ContentPlaceHolderID="ControlsSection" runat="server">
<p>Essential Presentation library has support for inserting images in a PowerPoint presentation.</p>
<p>This sample demonstrates how to insert an image in a PowerPoint slide.</p>
<p><b>Features:</b></p>
<p>
<ul>
<li>Add new images to a PowerPoint slide.</li>
<li>Insert, delete, replace, and format pictures in a PowerPoint slide.</li>
</ul>
</p>
<table width="100%">
<tr>
<td align="left">
<div>
<asp:Label Width="100%" Style="text-align: justify;"
ID="label6" runat="server" Text="Click the button to view a presentation document generated by Essential Presentation. Please note that MS PowerPoint viewer is required to view the resultant document."></asp:Label>
</div>
<br />
<div style="border: solid 0px #788DB3; padding: 5px 7px 5px 7px;">
<table width="100%">
<tr>
<td align="left" width="100%" cellpadding="0" cellspacing="0" border="0">
<asp:Button Width="165px" Style="margin-right: 3px" ID="Button1" Height="27px" runat="server"
OnClick="Button1_Click" Text="Create Presentation" />
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</asp:Content>