Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- Quaternion.cs
- MembershipSection.cs
- SignerInfo.cs
- InputLanguageProfileNotifySink.cs
- HttpDictionary.cs
- SetStoryboardSpeedRatio.cs
- TracePayload.cs
- PublishLicense.cs
- SchemaEntity.cs
- Package.cs
- GridViewSortEventArgs.cs
- AudioStateChangedEventArgs.cs
- XmlObjectSerializerReadContextComplexJson.cs
- BitmapVisualManager.cs
- WebServiceEndpoint.cs
- ProvidePropertyAttribute.cs
- TypeDependencyAttribute.cs
- Buffer.cs
- SelectionEditingBehavior.cs
- AssertUtility.cs
- Timer.cs
- LockCookie.cs
- ShutDownListener.cs
- NamespaceCollection.cs
- InlineObject.cs
- TraceSection.cs
- EditorAttributeInfo.cs
- DoubleCollectionValueSerializer.cs
- CalendarDateRangeChangingEventArgs.cs
- SafeRightsManagementPubHandle.cs
- BindingCompleteEventArgs.cs
- XmlUTF8TextReader.cs
- WebHttpSecurityModeHelper.cs
- StylusPointProperties.cs
- HwndHost.cs
- DirectoryRedirect.cs
- StorageRoot.cs
- RuntimeResourceSet.cs
- Shared.cs
- ResolveMatchesCD1.cs
- PaintEvent.cs
- DocumentPaginator.cs
- MenuTracker.cs
- ConfigXmlDocument.cs
- SQLUtility.cs
- Char.cs
- EdmToObjectNamespaceMap.cs
- CqlBlock.cs
- SessionStateUtil.cs
- ConfigXmlElement.cs
- SchemaNotation.cs
- UniqueIdentifierService.cs
- LoginName.cs
- SafeCryptContextHandle.cs
- StackSpiller.Bindings.cs
- Event.cs
- Debug.cs
- SqlClientFactory.cs
- Ipv6Element.cs
- DataServiceKeyAttribute.cs
- SingleStorage.cs
- CrossContextChannel.cs
- ViewStateModeByIdAttribute.cs
- HttpProfileBase.cs
- _ScatterGatherBuffers.cs
- CompilationUtil.cs
- TextServicesLoader.cs
- LogSwitch.cs
- WebPartUtil.cs
- ImageMapEventArgs.cs
- RangeValuePattern.cs
- SqlDelegatedTransaction.cs
- ConfigXmlReader.cs
- CompilerParameters.cs
- CodeGeneratorOptions.cs
- DispatcherTimer.cs
- DefinitionBase.cs
- EntityViewContainer.cs
- InputBinding.cs
- SelectedPathEditor.cs
- XdrBuilder.cs
- DBSqlParserTable.cs
- XsltLibrary.cs
- UncommonField.cs
- SevenBitStream.cs
- EndpointDispatcher.cs
- DeferredTextReference.cs
- Themes.cs
- PermissionAttributes.cs
- PathGradientBrush.cs
- _RequestCacheProtocol.cs
- NotFiniteNumberException.cs
- DispatcherProcessingDisabled.cs
- ThumbButtonInfoCollection.cs
- BoolLiteral.cs
- ZeroOpNode.cs
- DataListItem.cs
- HotSpotCollection.cs
- DetailsViewRowCollection.cs
- UnauthorizedAccessException.cs