Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CommonUI / System / Drawing / Printing / QueryPageSettingsEventArgs.cs / 1305376 / 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. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TraceUtility.cs
- DefaultPropertyAttribute.cs
- SqlComparer.cs
- HtmlUtf8RawTextWriter.cs
- FloaterBaseParagraph.cs
- PropertyValueUIItem.cs
- ToolboxBitmapAttribute.cs
- DbProviderConfigurationHandler.cs
- DataControlCommands.cs
- OperatorExpressions.cs
- KoreanCalendar.cs
- SafeUserTokenHandle.cs
- Site.cs
- GuidelineCollection.cs
- FixedSOMElement.cs
- UpdateCommandGenerator.cs
- FirstMatchCodeGroup.cs
- ComponentResourceManager.cs
- EllipseGeometry.cs
- TextChangedEventArgs.cs
- MimeTextImporter.cs
- SafeHandle.cs
- OleDbPropertySetGuid.cs
- WriteLine.cs
- HTTPNotFoundHandler.cs
- MailHeaderInfo.cs
- LinkButton.cs
- QuaternionKeyFrameCollection.cs
- MetadataPropertyAttribute.cs
- PageAsyncTaskManager.cs
- CacheMemory.cs
- BindingNavigator.cs
- DataControlLinkButton.cs
- AbstractSvcMapFileLoader.cs
- DaylightTime.cs
- StatusBar.cs
- SimpleBitVector32.cs
- ExpressionPrinter.cs
- itemelement.cs
- SecurityAttributeGenerationHelper.cs
- recordstatefactory.cs
- RegexWriter.cs
- IDictionary.cs
- FormViewRow.cs
- XmlSchemaObjectCollection.cs
- WbmpConverter.cs
- DetailsViewModeEventArgs.cs
- TaiwanCalendar.cs
- XamlContextStack.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- ConfigurationConverterBase.cs
- DataListItem.cs
- SocketAddress.cs
- CacheForPrimitiveTypes.cs
- RefExpr.cs
- ApplyImportsAction.cs
- RichTextBoxConstants.cs
- ProtectedConfigurationSection.cs
- QilNode.cs
- SmiEventSink.cs
- EncryptedPackageFilter.cs
- PtsHost.cs
- LocalizableAttribute.cs
- XmlSyndicationContent.cs
- DrawingBrush.cs
- DoubleLinkList.cs
- FileUtil.cs
- Decorator.cs
- DesignBindingConverter.cs
- ArrayConverter.cs
- SynchronizedKeyedCollection.cs
- NumberFunctions.cs
- DiagnosticSection.cs
- LinqDataSourceInsertEventArgs.cs
- DataGridCaption.cs
- Graphics.cs
- FailedToStartupUIException.cs
- Errors.cs
- TreeSet.cs
- RsaSecurityKey.cs
- RowType.cs
- MostlySingletonList.cs
- TrimSurroundingWhitespaceAttribute.cs
- EventLogPermissionEntry.cs
- MenuItem.cs
- Constraint.cs
- WindowCollection.cs
- ListBoxItemAutomationPeer.cs
- ProcessManager.cs
- AdapterUtil.cs
- Vector3dCollection.cs
- FixedPage.cs
- CompoundFileIOPermission.cs
- DataGridViewCellFormattingEventArgs.cs
- QuaternionAnimationUsingKeyFrames.cs
- StateManager.cs
- PowerModeChangedEventArgs.cs
- SqlTrackingQuery.cs
- WrappedIUnknown.cs
- processwaithandle.cs