Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CommonUI / System / Drawing / Printing / PreviewPageInfo.cs / 1305376 / PreviewPageInfo.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Printing { using System.Diagnostics; using System; using System.Drawing; ////// /// public sealed class PreviewPageInfo { private Image image; // Physical measures in hundredths of an inch private Size physicalSize = Size.Empty; ////// Specifies print preview information for /// a single page. This class cannot be inherited. /// ////// /// public PreviewPageInfo(Image image, Size physicalSize) { this.image = image; this.physicalSize = physicalSize; } ////// Initializes a new instance of the ////// class. /// /// /// public Image Image { get { return image;} } // Physical measures in hundredths of an inch ///Gets the image of the printed page. ////// /// public Size PhysicalSize { get { return physicalSize;} } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets the size of the printed page, in hundredths of an inch. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Printing { using System.Diagnostics; using System; using System.Drawing; ////// /// public sealed class PreviewPageInfo { private Image image; // Physical measures in hundredths of an inch private Size physicalSize = Size.Empty; ////// Specifies print preview information for /// a single page. This class cannot be inherited. /// ////// /// public PreviewPageInfo(Image image, Size physicalSize) { this.image = image; this.physicalSize = physicalSize; } ////// Initializes a new instance of the ////// class. /// /// /// public Image Image { get { return image;} } // Physical measures in hundredths of an inch ///Gets the image of the printed page. ////// /// public Size PhysicalSize { get { return physicalSize;} } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets the size of the printed page, in hundredths of an inch. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PropertyChange.cs
- DynamicRendererThreadManager.cs
- ListSortDescriptionCollection.cs
- CompositeCollection.cs
- AppDomainCompilerProxy.cs
- RuntimeArgumentHandle.cs
- EdgeProfileValidation.cs
- StandardTransformFactory.cs
- MethodAccessException.cs
- AssociationSet.cs
- VerificationAttribute.cs
- DataGridTextBoxColumn.cs
- SourceFileInfo.cs
- ContainerParagraph.cs
- XamlToRtfParser.cs
- TriggerCollection.cs
- QueryTask.cs
- Emitter.cs
- Utils.cs
- SystemIPAddressInformation.cs
- ViewRendering.cs
- PlainXmlDeserializer.cs
- WebControlToolBoxItem.cs
- xmlfixedPageInfo.cs
- PenThreadWorker.cs
- ClientSponsor.cs
- OdbcError.cs
- XmlDomTextWriter.cs
- EntitySqlQueryCacheEntry.cs
- ListViewItem.cs
- ListDictionary.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- Animatable.cs
- DataListItemCollection.cs
- TypeInfo.cs
- _NestedSingleAsyncResult.cs
- CodeSpit.cs
- BasicExpressionVisitor.cs
- TableParagraph.cs
- BufferedGraphicsContext.cs
- EntitySet.cs
- BasicViewGenerator.cs
- HealthMonitoringSectionHelper.cs
- CompilationLock.cs
- TaskFormBase.cs
- Trace.cs
- FixedBufferAttribute.cs
- ValidatorCompatibilityHelper.cs
- FixedTextBuilder.cs
- OutputCacheSection.cs
- StylusPointPropertyId.cs
- COAUTHINFO.cs
- SqlStatistics.cs
- SQLDecimal.cs
- ListControlConvertEventArgs.cs
- PageRouteHandler.cs
- TrackingConditionCollection.cs
- BaseAppDomainProtocolHandler.cs
- DiagnosticsConfiguration.cs
- ChoiceConverter.cs
- KeySplineConverter.cs
- HttpProfileBase.cs
- GenerateTemporaryTargetAssembly.cs
- ObjectViewListener.cs
- ToolStripSplitStackLayout.cs
- Opcode.cs
- AccessDataSource.cs
- TextServicesCompartmentEventSink.cs
- TabItem.cs
- CodeMemberEvent.cs
- controlskin.cs
- SymbolResolver.cs
- SymmetricSecurityProtocol.cs
- CompositeDataBoundControl.cs
- StyleHelper.cs
- AppLevelCompilationSectionCache.cs
- TagPrefixCollection.cs
- ToolStripItemImageRenderEventArgs.cs
- SupportingTokenSpecification.cs
- InstanceNormalEvent.cs
- WebColorConverter.cs
- DbConnectionPoolCounters.cs
- PeerObject.cs
- CorrelationService.cs
- WpfGeneratedKnownTypes.cs
- WindowsRichEdit.cs
- ObjectQueryState.cs
- DataGridViewSelectedColumnCollection.cs
- SQLDateTime.cs
- Size3D.cs
- ChangeBlockUndoRecord.cs
- AssemblyCache.cs
- ErrorHandler.cs
- RoutedEventValueSerializer.cs
- _ListenerResponseStream.cs
- MatrixCamera.cs
- ErrorStyle.cs
- CodeGen.cs
- RemoteCryptoDecryptRequest.cs
- UnsafeNativeMethods.cs