Code:
/ 4.0 / 4.0 / untmp / 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. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ControlTemplate.cs
- TdsParserStaticMethods.cs
- GeneralTransform3DTo2D.cs
- BitVector32.cs
- DropSourceBehavior.cs
- OletxTransactionManager.cs
- PropertyHelper.cs
- WsdlBuildProvider.cs
- loginstatus.cs
- AttributedMetaModel.cs
- ExpressionEditorAttribute.cs
- DataGridRow.cs
- PolicyVersion.cs
- WeakEventTable.cs
- PathGradientBrush.cs
- GetImportFileNameRequest.cs
- TextBlock.cs
- PolyQuadraticBezierSegment.cs
- ControlCodeDomSerializer.cs
- PowerStatus.cs
- InstanceDataCollection.cs
- SoapElementAttribute.cs
- BitmapEffectDrawingContextState.cs
- NullReferenceException.cs
- BitmapImage.cs
- WindowsToolbarAsMenu.cs
- FrameworkContentElement.cs
- NullReferenceException.cs
- AssemblyBuilder.cs
- AssemblySettingAttributes.cs
- GridViewDeleteEventArgs.cs
- Pointer.cs
- IndicCharClassifier.cs
- CustomDictionarySources.cs
- IntSecurity.cs
- Html32TextWriter.cs
- PageContent.cs
- EventArgs.cs
- MarshalByRefObject.cs
- IpcChannel.cs
- GridViewEditEventArgs.cs
- ValueOfAction.cs
- DuplicateWaitObjectException.cs
- QueryOutputWriterV1.cs
- SizeKeyFrameCollection.cs
- EntitySqlQueryCacheEntry.cs
- CheckBoxRenderer.cs
- EntityRecordInfo.cs
- MessageDecoder.cs
- MulticastNotSupportedException.cs
- GeometryHitTestResult.cs
- DataTableExtensions.cs
- WsdlInspector.cs
- PropertyStore.cs
- SafeEventLogReadHandle.cs
- CodePageEncoding.cs
- FloatUtil.cs
- SessionStateContainer.cs
- Socket.cs
- EpmSourcePathSegment.cs
- CalendarDesigner.cs
- Transform.cs
- UserThread.cs
- MissingMethodException.cs
- PermissionAttributes.cs
- WebControlAdapter.cs
- _IPv4Address.cs
- GenericTextProperties.cs
- VirtualizingPanel.cs
- HttpModuleAction.cs
- updatecommandorderer.cs
- StreamGeometryContext.cs
- XmlStreamStore.cs
- QueryContinueDragEventArgs.cs
- Single.cs
- FontFamilyConverter.cs
- NativeRightsManagementAPIsStructures.cs
- ComponentResourceManager.cs
- DropShadowBitmapEffect.cs
- WinCategoryAttribute.cs
- OleAutBinder.cs
- RemotingAttributes.cs
- OdbcConnectionStringbuilder.cs
- LinqDataSourceView.cs
- DataViewManager.cs
- DataGrid.cs
- FrameAutomationPeer.cs
- BamlLocalizationDictionary.cs
- DataGridViewCellConverter.cs
- SafePointer.cs
- DataGridTemplateColumn.cs
- UnmanagedMemoryStream.cs
- DockingAttribute.cs
- OracleConnection.cs
- ValidatingPropertiesEventArgs.cs
- shaperfactoryquerycacheentry.cs
- WinCategoryAttribute.cs
- AspCompat.cs
- WinFormsSecurity.cs
- WebPartChrome.cs