Printing Feature in SL4 Mahender Senior Software Engineer United Health Group.

Slides:



Advertisements
Similar presentations
Svetlin Nakov Director Training and Consulting Activities National Academy for Software Development (NASD) ASP.NET 3.5 New Features.
Advertisements

ASP.NET Ajax Supplementary Tutorial. Why Use ASP.NET AJAX? - I ASP.NET AJAX enables you to build rich Web applications that have many advantages over.
How are we CREATING Your Web and Global Presence.
© 2010 Quick InfoTech Limited CONFIDENTIAL: For limited circulation only © 2008 MindTree Consulting© 2010 Quick InfoTech Private Limited CONFIDENTIAL:
Microsoft Office SharePoint Portal Server 2007 Introduction to InfoPath Forms Services Daryl L. Rudolph.
Microsoft SharePoint 2010 technology for Developers
Lesson 10: Starting Windows Applications start an application program move between open application programs start an application using the Run command.
Introduction to Dashboards in CRM 4.0 Robert Peledie CRM Consultant Chorus IT.
1 Microsoft Access 2002 Tutorial 9 – Automating Tasks With Macros.
Microsoft Office 2007: Introductory Computer Applications 11.
1 Lesson 14 Sharing Documents Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Esri International User Conference | San Diego, CA Technical Workshops | Road Ahead - Silverlight Rex Hansen Wednesday, July 13.
Automating Tasks With Macros
C# Programming: From Problem Analysis to Program Design1 Programming Based on Events C# Programming: From Problem Analysis to Program Design 3 rd Edition.
What’s new in Silverlight 4 Michael Sync (Silverlight MVP)
Automating Tasks With Macros. 2 Design a switchboard and dialog box for a graphical user interface Database developers interact directly with Access.
 Introduction of the Ribbon  Inline editing of pages  AJAX Editing  Browser Support  Need to Redo Customizations and Page Layouts when upgrading.
Installing Ricoh Driver. Items you need to know IP address of Printer Options that are installed And Paper Sizes To get all this information you can print.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 14 Sharing Documents 1 Morrison / Wells / Ruffolo.
Operating Systems Day 7. Status Bar in Notepad 1.Open notepad and type a document or file 2.Click on view menu 3.Select status bar to display the status.
Basic Printing using Word. 3 Components required for printing Computer Computer Printer Printer Paper Paper.
MCTS GUIDE TO MICROSOFT WINDOWS 7 Chapter 9 User Productivity Tools.
Marc Ziss Z Consulting Code Name 'Oryx' Web application scaffolding Easy to dynamically display pages based on the data model of.
STIP Chapter#10 Mastering Windows Forms Created By, Vishwesh Patel.
Virtual techdays INDIA │ Nov 2010 Developing Office Biz Application using WPF on Windows 7 Sarang Datye │ Sr. Consultant, Microsoft Sridhar Poduri.
LiveCycle Data Services Introduction Part 2. Part 2? This is the second in our series on LiveCycle Data Services. If you missed our first presentation,
Annotating PDFs Best Practices and Use Peter Burns, Associate Publisher, Allen Press.
SharePoint 2010 Search Architecture The Connector Framework Enhancing the Search User Interface Creating Custom Ranking Models.
JavaScript, Fourth Edition Chapter 5 Validating Form Data with JavaScript.
Lap Around Visual Studio 2008 &.NET 3.5 Enhancements.
WEB &.NET Web development trends in.NET World. Sanjay Jagarlamudi Associate Director at MATRIX Founder Dallas HTML5 Group Father of two girls.
Windows Programming Using C# Printing, Documentation, & Deployment.
Intro to Excel - Session 6.21 Tutorial 6 - Session 6.2 Integrating Excel with Other Windows Programs and the World Wide Web.
Overview of Microsoft Access. Contents of an Access file Tables Forms Queries Reports Pages Macros Modules.
Declarative Programming Layout and Controls Events and Commands Working with Data Styles.
To access our web services, go to……. Click on Customer Login.
® Microsoft Access 2010 Tutorial 10 Automating Tasks with Macros.
Chapter 2: Variables, Functions, Objects, and Events JavaScript - Introductory.
Michael Hofer Senior Consultant Microsoft Corporation.
OM. Brad Gall Senior Consultant
Plant Engineering Workbench 5.2 SP1 New Features.
1 Database Design and Development: A Visual Approach © 2006 Prentice Hall Chapter 12 DATABASE DESIGN AND DEVELOPMENT: A VISUAL APPROACH Chapter 12 Accessing.
© 2010 Marcato Partners, LLC Scrum Experience Group Team Foundation Server (TFS) Marcato / Kardia Health Systems April 27, 2010.
WaveMaker Visual AJAX Studio 4.0 Training Java Script Events.
1 Printing a Document. 2 Objectives You will be able to print a real multipage document.
Chapter 27 Getting “Web-ified” (Web Applications) Clearly Visual Basic: Programming with Visual Basic nd Edition.
Dependency Property Mahender Senior Software Engineer United Health Group.
1 Lesson 14 Sharing Documents Computer Literacy BASICS: A Comprehensive Guide to IC 3, 4 th Edition Morrison / Wells.
JavaScript Events Java 4 Understanding Events Events add interactivity between the web page and the user You can think of an event as a trigger that.
 ASP.NET provides an event based programming model that simplifies web programming  All GUI applications are incomplete without enabling actions  These.
JavaScript Events. Understanding Events Events add interactivity between the web page and the user Events add interactivity between the web page and the.
What was new in VS Studio 2008 A bird eye view from the height of ft By: Shahzad Sarwar Software Architect Comsoft computer consultants.
MVVM Pattern Mahender Senior Software Engineer United Health Group.
Introduction to Enterprise Search Corey Roth Blog: Twitter: twitter.com/coreyrothtwitter.com/coreyroth.
Printing Petzold, Chapter 21
Standard Operating Procedure
Managed Extensibility Framework
SharePoint Site Admin Training
Routed Events Mahender Senior Software Engineer United Health Group.
Lesson 9 Sharing Documents
Lesson 9 Sharing Documents
WEBINAR “Automation of document generation and document processing with AutoMerge” Atlanta, 10/21/2013 Clint Higley I would like to welcome everyone to.
Lesson 14 Sharing Documents
Lesson 14 Sharing Documents
Increase and Improve your PC management with Windows Intune
State of New Jersey Department of Health Patient Safety Reporting System Module 4 – Reports, Resources, and Support.
ASP.NET MVC Imran Rashid CTO at ManiWeber Technologies.
Validation Errors Mahender Senior Software Engineer
A few tricks to take you beyond the basics of Microsoft Office
.NET Framework V3.5+ & RESTful web services
Presentation transcript:

Printing Feature in SL4 Mahender Senior Software Engineer United Health Group

Having 5 years of experience on.NET Technologies. Working as a Senior Software Engineer in United Health Group (UHG India Information Service Ltd.). Worked with Big Firms like Deloitte Consulting & Wipro Technology. Got Technical Acquaintance on Technologies like C#, ASP.NET,AJAX, LINQ, Silverlight, WPF,WCF,SQL Server, Team Foundation Server(TFS) and SharePoint Technology. MCTS Certified in Web Technologies. Blog :

One of the new features added in Silverlight 4 is the comprehensive support for printing with the ability to query page sizes and the printable area Using the API’s you can now print your whole application screen or a portion of the application. Also, you can customize the look while you printing your part/full application Because Silverlight printing is bitmap-based, it isn’t a good tool for creating printouts that will be turned into PDFs.

Create a new PrintDocument Set the print job a name using DocumentName. This name is displayed in the print queue and is optional. PrintPage event handler. Set PageVisual to the UIElement you want to print. Finally call Print() to open the Print Dialog box.

DocumentName – Property defining the name of the print job. Print() – Prints the document PrintPage – Event fired before the printing of each page. If you print multiple pages then this event fires for each page. EndPrint – Event fired when the printing is either completed or cancelled. StartPrint – Event fired after the user clicks Print on the print dialog box but before the PrintPage HasMorePages – Part of the PrintPageEventArgs, the arguments passed into PrintPage, informing whether or not there are more pages to print.