Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CommonUI / System / Drawing / Printing / PreviewPageInfo.cs / 1 / 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
- ConfigurationSection.cs
- HtmlTextArea.cs
- ListViewInsertionMark.cs
- CompilationUtil.cs
- CurrentChangingEventArgs.cs
- NameValuePermission.cs
- SignerInfo.cs
- MenuTracker.cs
- FieldAccessException.cs
- SafeCryptoKeyHandle.cs
- HttpApplication.cs
- ClientSession.cs
- ChooseAction.cs
- IsolatedStoragePermission.cs
- RenderOptions.cs
- StringSorter.cs
- SourceExpressionException.cs
- ReverseInheritProperty.cs
- TaskScheduler.cs
- CacheSection.cs
- ControlIdConverter.cs
- DataControlPagerLinkButton.cs
- SyncMethodInvoker.cs
- ObjectItemAssemblyLoader.cs
- CustomError.cs
- BorderGapMaskConverter.cs
- ListViewUpdateEventArgs.cs
- EventProviderBase.cs
- OpenTypeLayoutCache.cs
- DropDownButton.cs
- MessageQueueCriteria.cs
- MenuBindingsEditor.cs
- CodeDirectiveCollection.cs
- AnnotationObservableCollection.cs
- TrackingDataItemValue.cs
- MSAAEventDispatcher.cs
- HostingPreferredMapPath.cs
- XmlDeclaration.cs
- BamlStream.cs
- FontResourceCache.cs
- LocalIdCollection.cs
- ScrollItemPattern.cs
- SiteMap.cs
- UserMapPath.cs
- WebPartHeaderCloseVerb.cs
- XmlMembersMapping.cs
- StyleBamlTreeBuilder.cs
- TextTrailingCharacterEllipsis.cs
- ClosureBinding.cs
- QueryTaskGroupState.cs
- ForeignKeyConstraint.cs
- XmlWriterSettings.cs
- TranslateTransform.cs
- ItemCheckEvent.cs
- PieceNameHelper.cs
- ControlIdConverter.cs
- BindingCompleteEventArgs.cs
- WSMessageEncoding.cs
- PropertyDescriptor.cs
- OpenTypeLayoutCache.cs
- SynchronousReceiveElement.cs
- ChannelRequirements.cs
- XmlSignificantWhitespace.cs
- SafeTokenHandle.cs
- LinqDataSourceInsertEventArgs.cs
- UnknownBitmapDecoder.cs
- ProfileService.cs
- DocumentReference.cs
- SqlColumnizer.cs
- EntityViewGenerator.cs
- VectorCollectionConverter.cs
- XamlSerializerUtil.cs
- MetadataWorkspace.cs
- MarkedHighlightComponent.cs
- GridViewUpdatedEventArgs.cs
- NativeWindow.cs
- Delegate.cs
- FuncTypeConverter.cs
- InfoCardSymmetricAlgorithm.cs
- InitializationEventAttribute.cs
- Scheduler.cs
- OverloadGroupAttribute.cs
- CompositionTarget.cs
- TaiwanLunisolarCalendar.cs
- MethodRental.cs
- DynamicDataExtensions.cs
- UnitySerializationHolder.cs
- WinFormsSecurity.cs
- RawTextInputReport.cs
- ExceptionTrace.cs
- AutoSizeComboBox.cs
- MessageQueuePermissionEntryCollection.cs
- QuaternionAnimationUsingKeyFrames.cs
- Models.cs
- Function.cs
- EmbeddedMailObject.cs
- Compiler.cs
- CompModSwitches.cs
- FixedTextBuilder.cs
- DurableInstancingOptions.cs