Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CommonUI / System / Drawing / Printing / PrintPageEvent.cs / 1305376 / PrintPageEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Printing { using System.Diagnostics; using System; using System.Drawing; using System.ComponentModel; using Microsoft.Win32; ////// /// // NOTE: Please keep this class consistent with PaintEventArgs. public class PrintPageEventArgs : EventArgs { private bool hasMorePages; private bool cancel; private Graphics graphics; private readonly Rectangle marginBounds; private readonly Rectangle pageBounds; private readonly PageSettings pageSettings; ///Provides data for the ////// event. /// /// public PrintPageEventArgs(Graphics graphics, Rectangle marginBounds, Rectangle pageBounds, PageSettings pageSettings) { this.graphics = graphics; // may be null, see PrintController this.marginBounds = marginBounds; this.pageBounds = pageBounds; this.pageSettings = pageSettings; } ///Initializes a new instance of the ///class. /// /// public bool Cancel { get { return cancel;} set { cancel = value;} } ///Gets or sets a value indicating whether the print job should be canceled. ////// /// public Graphics Graphics { get { return graphics; } } ////// Gets the ////// used to paint the /// item. /// /// /// public bool HasMorePages { get { return hasMorePages;} set { hasMorePages = value;} } ///Gets or sets a value indicating whether an additional page should /// be printed. ////// /// public Rectangle MarginBounds { get { return marginBounds; } } ///Gets the rectangular area that represents the portion of the page between the margins. ////// /// public Rectangle PageBounds { get { return pageBounds; } } ////// Gets the rectangular area that represents the total area of the page. /// ////// /// public PageSettings PageSettings { get { return pageSettings; } } ///Gets /// the page settings for the current page. ////// /// // We want a way to dispose the GDI+ Graphics, but we don't want to create one // simply to dispose it internal void Dispose() { graphics.Dispose(); } internal void SetGraphics(Graphics value) { this.graphics = value; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Disposes /// of the resources (other than memory) used by /// the ///. // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Printing { using System.Diagnostics; using System; using System.Drawing; using System.ComponentModel; using Microsoft.Win32; ////// /// // NOTE: Please keep this class consistent with PaintEventArgs. public class PrintPageEventArgs : EventArgs { private bool hasMorePages; private bool cancel; private Graphics graphics; private readonly Rectangle marginBounds; private readonly Rectangle pageBounds; private readonly PageSettings pageSettings; ///Provides data for the ////// event. /// /// public PrintPageEventArgs(Graphics graphics, Rectangle marginBounds, Rectangle pageBounds, PageSettings pageSettings) { this.graphics = graphics; // may be null, see PrintController this.marginBounds = marginBounds; this.pageBounds = pageBounds; this.pageSettings = pageSettings; } ///Initializes a new instance of the ///class. /// /// public bool Cancel { get { return cancel;} set { cancel = value;} } ///Gets or sets a value indicating whether the print job should be canceled. ////// /// public Graphics Graphics { get { return graphics; } } ////// Gets the ////// used to paint the /// item. /// /// /// public bool HasMorePages { get { return hasMorePages;} set { hasMorePages = value;} } ///Gets or sets a value indicating whether an additional page should /// be printed. ////// /// public Rectangle MarginBounds { get { return marginBounds; } } ///Gets the rectangular area that represents the portion of the page between the margins. ////// /// public Rectangle PageBounds { get { return pageBounds; } } ////// Gets the rectangular area that represents the total area of the page. /// ////// /// public PageSettings PageSettings { get { return pageSettings; } } ///Gets /// the page settings for the current page. ////// /// // We want a way to dispose the GDI+ Graphics, but we don't want to create one // simply to dispose it internal void Dispose() { graphics.Dispose(); } internal void SetGraphics(Graphics value) { this.graphics = value; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Disposes /// of the resources (other than memory) used by /// the ///.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OrderablePartitioner.cs
- ForwardPositionQuery.cs
- TextAnchor.cs
- StrokeFIndices.cs
- Single.cs
- EventLogLink.cs
- HttpContextServiceHost.cs
- RSAPKCS1KeyExchangeFormatter.cs
- IIS7WorkerRequest.cs
- BrowserCapabilitiesCompiler.cs
- XmlEntityReference.cs
- WpfKnownTypeInvoker.cs
- TextServicesManager.cs
- HyperlinkAutomationPeer.cs
- CheckPair.cs
- ArrayElementGridEntry.cs
- GenerateDerivedKeyRequest.cs
- ProfileServiceManager.cs
- CodeBinaryOperatorExpression.cs
- BitmapEffectGeneralTransform.cs
- ContextQuery.cs
- StylusDownEventArgs.cs
- StylusPointProperty.cs
- Overlapped.cs
- MessageQueueAccessControlEntry.cs
- DataBoundControlHelper.cs
- HttpCacheVaryByContentEncodings.cs
- DiscreteKeyFrames.cs
- StringUtil.cs
- WrapPanel.cs
- ListViewTableCell.cs
- DragEventArgs.cs
- TraceHwndHost.cs
- TextEditor.cs
- CodeDirectoryCompiler.cs
- ConfigurationStrings.cs
- SiteMapNodeItem.cs
- XmlNamespaceMapping.cs
- FormCollection.cs
- DBParameter.cs
- CodeAttributeDeclarationCollection.cs
- Int32AnimationBase.cs
- WindowsToolbarItemAsMenuItem.cs
- CacheMemory.cs
- cookieexception.cs
- TypedTableHandler.cs
- METAHEADER.cs
- ControlParameter.cs
- Comparer.cs
- XPathAncestorIterator.cs
- ProfileWorkflowElement.cs
- VirtualDirectoryMappingCollection.cs
- MappingModelBuildProvider.cs
- TriState.cs
- TemplatedAdorner.cs
- EncoderNLS.cs
- ErrorProvider.cs
- SchemaTableOptionalColumn.cs
- ManipulationDelta.cs
- KeyGesture.cs
- TrailingSpaceComparer.cs
- EntityContainerEntitySet.cs
- WinFormsSecurity.cs
- Codec.cs
- RightsDocument.cs
- ListViewSortEventArgs.cs
- OLEDB_Util.cs
- DataTableTypeConverter.cs
- TranslateTransform.cs
- DesignTimeDataBinding.cs
- ThemeDirectoryCompiler.cs
- ContentPathSegment.cs
- GridEntryCollection.cs
- CqlLexer.cs
- GenericEnumConverter.cs
- DataGridViewCellMouseEventArgs.cs
- XmlBinaryReaderSession.cs
- BufferModesCollection.cs
- DeviceContext.cs
- MappingSource.cs
- DataServiceHostWrapper.cs
- TextDecorationCollection.cs
- SqlDataSourceSummaryPanel.cs
- TransactionChannelFaultConverter.cs
- OdbcConnectionPoolProviderInfo.cs
- GridViewRow.cs
- OleDbConnection.cs
- _ScatterGatherBuffers.cs
- ServiceInfoCollection.cs
- HashAlgorithm.cs
- MarshalDirectiveException.cs
- GridViewRowPresenter.cs
- Relationship.cs
- Graphics.cs
- UserControl.cs
- Compiler.cs
- TreeChangeInfo.cs
- InvalidOperationException.cs
- MediaTimeline.cs
- DropShadowEffect.cs