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
- GCHandleCookieTable.cs
- KeyConstraint.cs
- SqlParameterCollection.cs
- InvalidBodyAccessException.cs
- BaseTreeIterator.cs
- DataTemplateKey.cs
- HttpApplicationFactory.cs
- TripleDESCryptoServiceProvider.cs
- EdmRelationshipNavigationPropertyAttribute.cs
- SmtpFailedRecipientException.cs
- TextBreakpoint.cs
- FixedStringLookup.cs
- LinearGradientBrush.cs
- TextEffectCollection.cs
- __Filters.cs
- VersionedStreamOwner.cs
- EntityTypeEmitter.cs
- RemotingConfigParser.cs
- PKCS1MaskGenerationMethod.cs
- AstTree.cs
- DataReceivedEventArgs.cs
- HierarchicalDataBoundControlAdapter.cs
- NullableConverter.cs
- TableCellsCollectionEditor.cs
- SettingsBindableAttribute.cs
- COM2IPerPropertyBrowsingHandler.cs
- BitmapEffect.cs
- _LazyAsyncResult.cs
- _OverlappedAsyncResult.cs
- ImageClickEventArgs.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- COAUTHIDENTITY.cs
- WebDescriptionAttribute.cs
- DetailsViewRow.cs
- Content.cs
- KeyValueSerializer.cs
- GeneralTransform2DTo3D.cs
- XmlCodeExporter.cs
- ListDictionaryInternal.cs
- ScriptResourceHandler.cs
- SecurityAppliedMessage.cs
- Comparer.cs
- EntityTypeBase.cs
- MouseDevice.cs
- AxParameterData.cs
- RulePatternOps.cs
- XamlContextStack.cs
- CreationContext.cs
- ComplexType.cs
- UInt64.cs
- SqlInternalConnection.cs
- SourceLineInfo.cs
- QueueTransferProtocol.cs
- MasterPageParser.cs
- RowToFieldTransformer.cs
- _StreamFramer.cs
- SafeHandles.cs
- FlowDocumentPageViewerAutomationPeer.cs
- PrintPageEvent.cs
- XhtmlStyleClass.cs
- TracingConnectionListener.cs
- CodeMemberMethod.cs
- DataGridViewLayoutData.cs
- TouchesOverProperty.cs
- ServiceDocument.cs
- WsdlInspector.cs
- StyleSheetComponentEditor.cs
- RuleCache.cs
- WebPartRestoreVerb.cs
- TriggerBase.cs
- IndicCharClassifier.cs
- ButtonBase.cs
- _ShellExpression.cs
- Fault.cs
- SqlAliasesReferenced.cs
- ExtendLockAsyncResult.cs
- DrawingBrush.cs
- OdbcParameter.cs
- ZoneButton.cs
- BamlWriter.cs
- RtfControlWordInfo.cs
- PasswordBox.cs
- QueryConverter.cs
- DSACryptoServiceProvider.cs
- ValidatorCollection.cs
- AutomationElementCollection.cs
- SettingsProperty.cs
- CellIdBoolean.cs
- BasicDesignerLoader.cs
- SecurityTokenRequirement.cs
- RenamedEventArgs.cs
- ReferentialConstraint.cs
- HtmlUtf8RawTextWriter.cs
- CodeMemberMethod.cs
- Transactions.cs
- SynchronousChannel.cs
- TreeViewBindingsEditor.cs
- TextStore.cs
- GlobalEventManager.cs
- MouseGestureConverter.cs