Code:
/ 4.0 / 4.0 / 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. /// ///// 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
- WinFormsComponentEditor.cs
- WebPartManagerInternals.cs
- FlowDocumentPageViewerAutomationPeer.cs
- CodeChecksumPragma.cs
- NavigationWindowAutomationPeer.cs
- TransactionFlowProperty.cs
- CharacterBufferReference.cs
- RoleManagerSection.cs
- CustomAssemblyResolver.cs
- BuildResult.cs
- PersistenceMetadataNamespace.cs
- OpenFileDialog.cs
- IISMapPath.cs
- MessageLogger.cs
- DataControlFieldHeaderCell.cs
- dtdvalidator.cs
- Bezier.cs
- TagElement.cs
- autovalidator.cs
- SortedDictionary.cs
- Ref.cs
- TableRowGroup.cs
- FormViewDeletedEventArgs.cs
- VisualBrush.cs
- Events.cs
- PartialArray.cs
- HttpContextWrapper.cs
- Substitution.cs
- GridLengthConverter.cs
- RequestNavigateEventArgs.cs
- CreateUserWizardDesigner.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- WinCategoryAttribute.cs
- FocusTracker.cs
- XmlAnyAttributeAttribute.cs
- HttpServerUtilityBase.cs
- X509Certificate.cs
- DLinqAssociationProvider.cs
- MessageRpc.cs
- PtsCache.cs
- QilGenerator.cs
- UrlPath.cs
- streamingZipPartStream.cs
- ServiceOperationWrapper.cs
- NumberSubstitution.cs
- SyndicationDeserializer.cs
- Buffer.cs
- FixedTextContainer.cs
- BitmapMetadataBlob.cs
- Menu.cs
- AuthenticationModuleElement.cs
- Point3DAnimationBase.cs
- FileDialog.cs
- HttpException.cs
- ConstNode.cs
- X509WindowsSecurityToken.cs
- EntryPointNotFoundException.cs
- TraceEventCache.cs
- DeviceContexts.cs
- JumpPath.cs
- EventItfInfo.cs
- SimpleFieldTemplateFactory.cs
- InvalidFilterCriteriaException.cs
- CompositeFontInfo.cs
- AttributeData.cs
- TextDecorationCollection.cs
- PrintDialogException.cs
- PinnedBufferMemoryStream.cs
- AdapterUtil.cs
- PropertyRef.cs
- ModelItemDictionaryImpl.cs
- __ConsoleStream.cs
- BitmapVisualManager.cs
- TextInfo.cs
- MethodToken.cs
- TemplateBuilder.cs
- EmptyEnumerable.cs
- SqlFunctionAttribute.cs
- XpsFixedDocumentSequenceReaderWriter.cs
- OutputCacheSection.cs
- Socket.cs
- DelimitedListTraceListener.cs
- MenuItemBindingCollection.cs
- TableColumn.cs
- TextDocumentView.cs
- ClientConvert.cs
- EnumerableCollectionView.cs
- ByteAnimationUsingKeyFrames.cs
- CompositeActivityTypeDescriptor.cs
- RoleBoolean.cs
- CodeGroup.cs
- MimeMapping.cs
- GenericFlowSwitchHelper.cs
- SimpleBitVector32.cs
- FixedFindEngine.cs
- StaticSiteMapProvider.cs
- LogReserveAndAppendState.cs
- MenuItemStyle.cs
- BidOverLoads.cs
- ComponentSerializationService.cs