Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- DataBoundControl.cs
- DataViewSettingCollection.cs
- SqlDataSourceCache.cs
- StateManager.cs
- ListViewHitTestInfo.cs
- ContentOperations.cs
- BitmapEffectDrawingContent.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- IntSecurity.cs
- EntitySqlQueryBuilder.cs
- XmlElementAttribute.cs
- XmlSchemaInfo.cs
- SQLSingleStorage.cs
- ServiceOperationParameter.cs
- TableLayoutStyle.cs
- ExternalDataExchangeClient.cs
- XslTransform.cs
- DataDocumentXPathNavigator.cs
- FtpRequestCacheValidator.cs
- ResourceManagerWrapper.cs
- RawMouseInputReport.cs
- CodeLinePragma.cs
- ScriptModule.cs
- Cast.cs
- sqlstateclientmanager.cs
- SQLResource.cs
- ByteFacetDescriptionElement.cs
- StorageComplexPropertyMapping.cs
- XmlUTF8TextWriter.cs
- XmlSchemaImport.cs
- ListView.cs
- NameValuePair.cs
- IntranetCredentialPolicy.cs
- FtpCachePolicyElement.cs
- FtpCachePolicyElement.cs
- GridViewRowEventArgs.cs
- TemplateControlCodeDomTreeGenerator.cs
- WebPartDeleteVerb.cs
- SqlCacheDependencyDatabaseCollection.cs
- RepeaterCommandEventArgs.cs
- ResolvedKeyFrameEntry.cs
- IntPtr.cs
- DataGridViewAccessibleObject.cs
- CodeTypeDelegate.cs
- VolatileResourceManager.cs
- LOSFormatter.cs
- TypeSource.cs
- VariableQuery.cs
- UnsafeNativeMethods.cs
- QilExpression.cs
- PageContentCollection.cs
- StructuredType.cs
- SqlCacheDependency.cs
- safex509handles.cs
- ResourcePropertyMemberCodeDomSerializer.cs
- StreamingContext.cs
- UrlPropertyAttribute.cs
- GACIdentityPermission.cs
- SmtpReplyReaderFactory.cs
- FramingFormat.cs
- OledbConnectionStringbuilder.cs
- NetTcpBinding.cs
- TransactionBridge.cs
- ADMembershipUser.cs
- IteratorFilter.cs
- TextSelectionHelper.cs
- ProfileGroupSettings.cs
- Transform3DGroup.cs
- KeyInterop.cs
- DesignerDataColumn.cs
- ViewUtilities.cs
- SiteMapNodeItem.cs
- Control.cs
- DeclarativeCatalogPart.cs
- DecimalAverageAggregationOperator.cs
- XPathNodePointer.cs
- DataGridViewSelectedRowCollection.cs
- SecurityException.cs
- Column.cs
- LayoutEditorPart.cs
- XPathDocument.cs
- ApplicationId.cs
- PasswordTextContainer.cs
- TextEditor.cs
- TripleDESCryptoServiceProvider.cs
- SQLInt32Storage.cs
- CompilationPass2TaskInternal.cs
- TreeViewBindingsEditor.cs
- ImageFormatConverter.cs
- XmlSchemaRedefine.cs
- UriTemplateTrieLocation.cs
- ImpersonationContext.cs
- CfgParser.cs
- CacheChildrenQuery.cs
- HMACSHA1.cs
- ViewGenerator.cs
- LinkArea.cs
- XmlRawWriterWrapper.cs
- HttpCapabilitiesEvaluator.cs
- ApplicationActivator.cs