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
- SetterBaseCollection.cs
- WebRequest.cs
- CorrelationValidator.cs
- TraceLevelStore.cs
- WebConfigurationHost.cs
- DoubleKeyFrameCollection.cs
- RootContext.cs
- AsnEncodedData.cs
- InstanceNameConverter.cs
- HttpCachePolicy.cs
- DBCommand.cs
- FormsAuthenticationEventArgs.cs
- IntSecurity.cs
- CreatingCookieEventArgs.cs
- DataGridColumnDropSeparator.cs
- bidPrivateBase.cs
- ReachPageContentSerializer.cs
- LineGeometry.cs
- Roles.cs
- FailedToStartupUIException.cs
- FixedSOMGroup.cs
- CrossSiteScriptingValidation.cs
- TimeSpanValidator.cs
- ProcessThread.cs
- MetadataCacheItem.cs
- SoapHttpTransportImporter.cs
- MetadataFile.cs
- ProxyElement.cs
- GiveFeedbackEventArgs.cs
- InputChannelBinder.cs
- DoubleConverter.cs
- SemanticKeyElement.cs
- AnimationException.cs
- SourceElementsCollection.cs
- MenuAutomationPeer.cs
- DragDropManager.cs
- QueryOutputWriter.cs
- _LocalDataStoreMgr.cs
- xml.cs
- SendKeys.cs
- XmlFormatExtensionAttribute.cs
- MobileControlPersister.cs
- RayMeshGeometry3DHitTestResult.cs
- ProxyGenerator.cs
- DeviceFilterEditorDialog.cs
- TraceHwndHost.cs
- BinaryCommonClasses.cs
- SystemMulticastIPAddressInformation.cs
- ReflectPropertyDescriptor.cs
- CheckableControlBaseAdapter.cs
- TrustSection.cs
- TraceContextRecord.cs
- ToolStripSettings.cs
- ToolStripArrowRenderEventArgs.cs
- LocalizabilityAttribute.cs
- CountdownEvent.cs
- Ref.cs
- ProxyManager.cs
- InstanceCreationEditor.cs
- Version.cs
- ProfileGroupSettingsCollection.cs
- PageThemeParser.cs
- GenericPrincipal.cs
- PropertyDescriptor.cs
- InstanceNormalEvent.cs
- DbException.cs
- PersonalizablePropertyEntry.cs
- TemplateBindingExtension.cs
- HelpInfo.cs
- IfAction.cs
- MetadataSource.cs
- NullableBoolConverter.cs
- StandardBindingReliableSessionElement.cs
- WsrmFault.cs
- DBConnection.cs
- StackSpiller.Temps.cs
- SetterBase.cs
- Assembly.cs
- TickBar.cs
- FlowchartStart.xaml.cs
- SqlEnums.cs
- _ScatterGatherBuffers.cs
- MappedMetaModel.cs
- SQLChars.cs
- ReflectEventDescriptor.cs
- Int64Storage.cs
- FileDataSourceCache.cs
- ScaleTransform.cs
- FixedTextPointer.cs
- DescendantQuery.cs
- SharedStream.cs
- FunctionImportMapping.cs
- DataControlImageButton.cs
- FreezableDefaultValueFactory.cs
- PageThemeBuildProvider.cs
- Vector3DCollectionConverter.cs
- NamedObject.cs
- __Error.cs
- JsonReader.cs
- TraceContextRecord.cs