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 / PaperSource.cs / 1 / PaperSource.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Printing { using System.Runtime.Serialization.Formatters; using System.Runtime.InteropServices; using System.Diagnostics; using System; using System.Drawing; using System.ComponentModel; using Microsoft.Win32; ////// /// [Serializable] public class PaperSource { private string name; private PaperSourceKind kind; ////// Specifies the paper tray from which the printer gets paper. /// ////// /// public PaperSource() { this.kind = PaperSourceKind.Custom; this.name = String.Empty; } internal PaperSource(PaperSourceKind kind, string name) { this.kind = kind; this.name = name; } ////// Initializes a new instance of the ///class with default properties. /// This constructor is required for the serialization of the class. /// /// /// public PaperSourceKind Kind { get { if (((int) kind) >= SafeNativeMethods.DMBIN_USER) return PaperSourceKind.Custom; else return kind; } } ////// Gets /// a value indicating the type of paper source. /// /// ////// /// public int RawKind { get { return (int) kind; } set { kind = (PaperSourceKind) value; } } ////// Same as Kind, but values larger than DMBIN_USER do not map to PaperSourceKind.Custom. /// This property is needed for serialization of the PrinterSettings object. /// ////// /// public string SourceName { get { return name;} set { name = value; } } ////// Gets the name of the paper source. /// Setter is added for serialization of the PrinterSettings object. /// ////// /// /// public override string ToString() { return "[PaperSource " + SourceName + " Kind=" + TypeDescriptor.GetConverter(typeof(PaperSourceKind)).ConvertToString(Kind) + "]"; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Provides some interesting information about the PaperSource in /// String form. /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Printing { using System.Runtime.Serialization.Formatters; using System.Runtime.InteropServices; using System.Diagnostics; using System; using System.Drawing; using System.ComponentModel; using Microsoft.Win32; ////// /// [Serializable] public class PaperSource { private string name; private PaperSourceKind kind; ////// Specifies the paper tray from which the printer gets paper. /// ////// /// public PaperSource() { this.kind = PaperSourceKind.Custom; this.name = String.Empty; } internal PaperSource(PaperSourceKind kind, string name) { this.kind = kind; this.name = name; } ////// Initializes a new instance of the ///class with default properties. /// This constructor is required for the serialization of the class. /// /// /// public PaperSourceKind Kind { get { if (((int) kind) >= SafeNativeMethods.DMBIN_USER) return PaperSourceKind.Custom; else return kind; } } ////// Gets /// a value indicating the type of paper source. /// /// ////// /// public int RawKind { get { return (int) kind; } set { kind = (PaperSourceKind) value; } } ////// Same as Kind, but values larger than DMBIN_USER do not map to PaperSourceKind.Custom. /// This property is needed for serialization of the PrinterSettings object. /// ////// /// public string SourceName { get { return name;} set { name = value; } } ////// Gets the name of the paper source. /// Setter is added for serialization of the PrinterSettings object. /// ////// /// /// public override string ToString() { return "[PaperSource " + SourceName + " Kind=" + TypeDescriptor.GetConverter(typeof(PaperSourceKind)).ConvertToString(Kind) + "]"; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Provides some interesting information about the PaperSource in /// String form. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ProgressBarAutomationPeer.cs
- SqlFormatter.cs
- BridgeDataReader.cs
- PersonalizableTypeEntry.cs
- HttpModuleAction.cs
- Queue.cs
- WebSysDisplayNameAttribute.cs
- BackStopAuthenticationModule.cs
- WebPartVerb.cs
- ExpressionBuilderCollection.cs
- PenLineJoinValidation.cs
- VisualStyleRenderer.cs
- BinarySecretKeyIdentifierClause.cs
- AttachedAnnotationChangedEventArgs.cs
- SchemaNotation.cs
- Internal.cs
- FreezableCollection.cs
- SamlDelegatingWriter.cs
- MethodCallConverter.cs
- BeginStoryboard.cs
- PipelineComponent.cs
- EntityDataSourceSelectedEventArgs.cs
- FtpWebResponse.cs
- AccessedThroughPropertyAttribute.cs
- CacheSection.cs
- XmlChildNodes.cs
- Closure.cs
- NameValuePair.cs
- CodeAccessPermission.cs
- StorageModelBuildProvider.cs
- SimpleBitVector32.cs
- SpeechDetectedEventArgs.cs
- IBuiltInEvidence.cs
- Bezier.cs
- TextSerializer.cs
- BitmapMetadataEnumerator.cs
- ExtentKey.cs
- WorkflowItemsPresenter.cs
- CipherData.cs
- SQLByte.cs
- SiteMapSection.cs
- Stack.cs
- ConnectivityStatus.cs
- AttachedAnnotation.cs
- NameTable.cs
- RenderTargetBitmap.cs
- TextFormatterContext.cs
- GetTokenRequest.cs
- DragDeltaEventArgs.cs
- DataGridCaption.cs
- InteropTrackingRecord.cs
- IOException.cs
- AttributeSetAction.cs
- MembershipPasswordException.cs
- CompoundFileDeflateTransform.cs
- VScrollBar.cs
- PocoPropertyAccessorStrategy.cs
- EncoderExceptionFallback.cs
- ClientReliableChannelBinder.cs
- OutOfMemoryException.cs
- ForwardPositionQuery.cs
- TextServicesCompartmentEventSink.cs
- CaseInsensitiveHashCodeProvider.cs
- ModuleConfigurationInfo.cs
- UserUseLicenseDictionaryLoader.cs
- ExtentKey.cs
- LineGeometry.cs
- ThicknessAnimation.cs
- SourceSwitch.cs
- Screen.cs
- ExtentJoinTreeNode.cs
- SimpleWorkerRequest.cs
- ObjectHelper.cs
- ObjectList.cs
- RayMeshGeometry3DHitTestResult.cs
- ProcessHostConfigUtils.cs
- SeekableReadStream.cs
- HtmlElement.cs
- EnumValAlphaComparer.cs
- DescendantOverDescendantQuery.cs
- SymmetricKeyWrap.cs
- ComponentChangedEvent.cs
- EntityViewGenerationAttribute.cs
- DataGridTextBoxColumn.cs
- HttpValueCollection.cs
- ResourceSet.cs
- RootBrowserWindow.cs
- XamlFrame.cs
- CalendarAutomationPeer.cs
- TraceProvider.cs
- VisualTransition.cs
- CollectionViewGroupInternal.cs
- MsmqIntegrationInputChannel.cs
- AnnotationResourceChangedEventArgs.cs
- MenuItemBindingCollection.cs
- DropShadowEffect.cs
- ParsedAttributeCollection.cs
- MetafileHeaderWmf.cs
- ClientTargetCollection.cs
- TypeConverterHelper.cs