diff --git a/aspnet/PdfViewer/GettingStarted.md b/aspnet/PdfViewer/GettingStarted.md index 1bafc7b12..e067c09a7 100644 --- a/aspnet/PdfViewer/GettingStarted.md +++ b/aspnet/PdfViewer/GettingStarted.md @@ -16,13 +16,13 @@ This section explains how to add and use a PDF viewer control in your web applic Create a new project in the Visual Studio by selecting the ASP.NET Empty Web Application template. The following screenshot displays the Project Creation Wizard in Visual Studio 2012. -![Getting started application](Gettingstarted_images/Gettingstarted_img1.jpeg) +![Getting started application in ASP.NET Web Forms PDF Viewer.](Gettingstarted_images/aspnet-web-forms-pdf-viewer-application.jpeg) **Adding Web Form** Add a new Web Form to the project and name it as **Default.aspx** -![Getting started project](Gettingstarted_images/Gettingstarted_img2.jpeg) +![Adding ASP.NET Web Forms in PDF Viewer.](Gettingstarted_images/aspnet-web-forms-pdf-viewer-add.jpeg) #### Add References, Scripts, Styles @@ -229,7 +229,7 @@ Add below code snippet to Default.aspx. Here, PDF viewer uses the hosted service Add new folder **WebApi** in the solution and create new Web API Controller Class to it. Name it as **PdfViewerController** and click Add. -![Getting started controller](Gettingstarted_images/Gettingstarted_img3.jpeg) +![Display PDF Viewer document in ASP.NET Web Forms.](Gettingstarted_images/aspnet-web-forms-pdf-viewer-display.jpeg) Replace the below code in the PdfViewerController.cs @@ -291,7 +291,7 @@ N> Please, create a folder named **Data** in the project location and add the PD Right-Click the Project, select Add and select Global.asax file from the listed templates. -![Getting started project](Gettingstarted_images/Gettingstarted_img4.jpeg) +![Routing in ASP.NET Web Forms PDF Viewer.](Gettingstarted_images/aspnet-web-forms-pdf-viewer-routing.jpeg) You can route the Web API in Application_Start event in the Global.asax file as follows. @@ -368,9 +368,9 @@ Map the controller absolutely in the production environment by using the **Virtu **Sample:** - + Run the sample and you will see the PDF viewer control as in the below screenshot. -![Getting started PDF viewer](Gettingstarted_images/Gettingstarted_img5.png) +![Mapping of controller in ASP.NET Web Forms PDF viewer.](Gettingstarted_images/aspnet-web-forms-pdf-viewer-mapping.png) diff --git a/aspnet/PdfViewer/Gettingstarted_images/Gettingstarted_img2.jpeg b/aspnet/PdfViewer/Gettingstarted_images/aspnet-web-forms-pdf-viewer-add.jpeg similarity index 100% rename from aspnet/PdfViewer/Gettingstarted_images/Gettingstarted_img2.jpeg rename to aspnet/PdfViewer/Gettingstarted_images/aspnet-web-forms-pdf-viewer-add.jpeg diff --git a/aspnet/PdfViewer/Gettingstarted_images/Gettingstarted_img1.jpeg b/aspnet/PdfViewer/Gettingstarted_images/aspnet-web-forms-pdf-viewer-application.jpeg similarity index 100% rename from aspnet/PdfViewer/Gettingstarted_images/Gettingstarted_img1.jpeg rename to aspnet/PdfViewer/Gettingstarted_images/aspnet-web-forms-pdf-viewer-application.jpeg diff --git a/aspnet/PdfViewer/Gettingstarted_images/Gettingstarted_img3.jpeg b/aspnet/PdfViewer/Gettingstarted_images/aspnet-web-forms-pdf-viewer-display.jpeg similarity index 100% rename from aspnet/PdfViewer/Gettingstarted_images/Gettingstarted_img3.jpeg rename to aspnet/PdfViewer/Gettingstarted_images/aspnet-web-forms-pdf-viewer-display.jpeg diff --git a/aspnet/PdfViewer/Gettingstarted_images/Gettingstarted_img5.png b/aspnet/PdfViewer/Gettingstarted_images/aspnet-web-forms-pdf-viewer-mapping.png similarity index 100% rename from aspnet/PdfViewer/Gettingstarted_images/Gettingstarted_img5.png rename to aspnet/PdfViewer/Gettingstarted_images/aspnet-web-forms-pdf-viewer-mapping.png diff --git a/aspnet/PdfViewer/Gettingstarted_images/Gettingstarted_img4.jpeg b/aspnet/PdfViewer/Gettingstarted_images/aspnet-web-forms-pdf-viewer-routing.jpeg similarity index 100% rename from aspnet/PdfViewer/Gettingstarted_images/Gettingstarted_img4.jpeg rename to aspnet/PdfViewer/Gettingstarted_images/aspnet-web-forms-pdf-viewer-routing.jpeg diff --git a/aspnet/PdfViewer/Toolbar-Customization.md b/aspnet/PdfViewer/Toolbar-Customization.md index 5d077e70b..1b76e678d 100644 --- a/aspnet/PdfViewer/Toolbar-Customization.md +++ b/aspnet/PdfViewer/Toolbar-Customization.md @@ -511,4 +511,4 @@ N> Ensure the icon images available in the referred location for the custom tool Run the sample. You can view the PDF viewer with custom toolbar. - \ No newline at end of file + \ No newline at end of file diff --git a/aspnet/Tab/Integration-with-other-controls.md b/aspnet/Tab/Integration-with-other-controls.md index b65f1c4b0..24f56e79e 100644 --- a/aspnet/Tab/Integration-with-other-controls.md +++ b/aspnet/Tab/Integration-with-other-controls.md @@ -103,7 +103,7 @@ Add the following styles to render the Tab. The following screenshot illustrates the Tab content with rating control. -![Integration with other controls](Integration-with-other-controls_images/Integration-with-other-controls_img1.png) +![Integration with other controls in ASP.NET Web Forms Tab.](Integration-with-other-controls_images/aspnet-web-forms-tab-control-intergration.png) diff --git a/aspnet/Tab/Integration-with-other-controls_images/Integration-with-other-controls_img1.png b/aspnet/Tab/Integration-with-other-controls_images/aspnet-web-forms-tab-control-intergration.png similarity index 100% rename from aspnet/Tab/Integration-with-other-controls_images/Integration-with-other-controls_img1.png rename to aspnet/Tab/Integration-with-other-controls_images/aspnet-web-forms-tab-control-intergration.png