Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / CommonUI / System / Drawing / Printing / QueryPageSettingsEventArgs.cs / 1 / QueryPageSettingsEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Printing { using System.Diagnostics; using System; using System.Drawing; using Microsoft.Win32; using System.ComponentModel; ////// /// public class QueryPageSettingsEventArgs : PrintEventArgs { private PageSettings pageSettings; ////// Provides data for the ///event. /// /// /// public QueryPageSettingsEventArgs(PageSettings pageSettings) : base() { this.pageSettings = pageSettings; } ////// Initializes a new instance of the ///class. /// /// /// public PageSettings PageSettings { get { return pageSettings;} set { if (value == null) value = new PageSettings(); pageSettings = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Gets or sets the page settings for the page to be printed. /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Printing { using System.Diagnostics; using System; using System.Drawing; using Microsoft.Win32; using System.ComponentModel; ////// /// public class QueryPageSettingsEventArgs : PrintEventArgs { private PageSettings pageSettings; ////// Provides data for the ///event. /// /// /// public QueryPageSettingsEventArgs(PageSettings pageSettings) : base() { this.pageSettings = pageSettings; } ////// Initializes a new instance of the ///class. /// /// /// public PageSettings PageSettings { get { return pageSettings;} set { if (value == null) value = new PageSettings(); pageSettings = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets or sets the page settings for the page to be printed. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RSAPKCS1KeyExchangeDeformatter.cs
- NativeConfigurationLoader.cs
- SqlAliasesReferenced.cs
- PropertyChangedEventManager.cs
- StickyNoteHelper.cs
- ZoneIdentityPermission.cs
- WindowProviderWrapper.cs
- PathFigure.cs
- Frame.cs
- Trigger.cs
- RectangleGeometry.cs
- MSAAWinEventWrap.cs
- FunctionParameter.cs
- Content.cs
- InputQueue.cs
- RoutingService.cs
- FamilyMap.cs
- HelpInfo.cs
- BufferedResponseStream.cs
- ImageListUtils.cs
- SQLDateTimeStorage.cs
- Misc.cs
- MachineKeySection.cs
- TextChange.cs
- DbConnectionPoolIdentity.cs
- GetTokenRequest.cs
- CodeChecksumPragma.cs
- ParentQuery.cs
- OptimizedTemplateContent.cs
- SafeNativeMethods.cs
- SiteIdentityPermission.cs
- SessionEndedEventArgs.cs
- SerialErrors.cs
- FileDialogCustomPlace.cs
- HtmlShim.cs
- RangeValidator.cs
- CssStyleCollection.cs
- InvalidFilterCriteriaException.cs
- CompatibleComparer.cs
- HandlerFactoryCache.cs
- ItemsControlAutomationPeer.cs
- SmiGettersStream.cs
- ContainerCodeDomSerializer.cs
- SafeLibraryHandle.cs
- WebPartDeleteVerb.cs
- KeyInstance.cs
- AssociationType.cs
- LightweightCodeGenerator.cs
- LiteralDesigner.cs
- MetadataPropertyCollection.cs
- SqlCachedBuffer.cs
- EntityRecordInfo.cs
- MemoryMappedFile.cs
- Process.cs
- DelegatingConfigHost.cs
- LazyTextWriterCreator.cs
- DiagnosticTrace.cs
- EdmItemCollection.OcAssemblyCache.cs
- ConfigXmlReader.cs
- BitmapImage.cs
- HttpRequestBase.cs
- ToggleButton.cs
- FixedSOMTable.cs
- ApplicationFileCodeDomTreeGenerator.cs
- DockPatternIdentifiers.cs
- OleDbEnumerator.cs
- ProfilePropertyNameValidator.cs
- SendMailErrorEventArgs.cs
- RouteValueExpressionBuilder.cs
- Int64KeyFrameCollection.cs
- UIntPtr.cs
- CharEnumerator.cs
- ServiceDesigner.xaml.cs
- ThicknessConverter.cs
- TimersDescriptionAttribute.cs
- DataControlFieldCell.cs
- CryptoStream.cs
- ObjectPersistData.cs
- EnvironmentPermission.cs
- PrinterUnitConvert.cs
- ListControl.cs
- MinimizableAttributeTypeConverter.cs
- InstallerTypeAttribute.cs
- safelinkcollection.cs
- UIElement3DAutomationPeer.cs
- wmiprovider.cs
- UseAttributeSetsAction.cs
- RequestCachingSection.cs
- CacheMemory.cs
- IdSpace.cs
- RestHandlerFactory.cs
- DataGridParentRows.cs
- EarlyBoundInfo.cs
- CustomAssemblyResolver.cs
- COM2TypeInfoProcessor.cs
- COM2PictureConverter.cs
- AvTraceFormat.cs
- ManipulationDevice.cs
- LastQueryOperator.cs
- WindowsRebar.cs