Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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. // Copyright (c) Microsoft Corporation. All rights reserved.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
- pingexception.cs
- XmlBinaryReader.cs
- PrintPageEvent.cs
- ComplusEndpointConfigContainer.cs
- StorageMappingItemLoader.cs
- JsonSerializer.cs
- OleDbException.cs
- OperationCanceledException.cs
- MarshalByRefObject.cs
- FixedPageAutomationPeer.cs
- AtomServiceDocumentSerializer.cs
- TemplatePropertyEntry.cs
- SqlMethodAttribute.cs
- StreamInfo.cs
- TransformerTypeCollection.cs
- CacheManager.cs
- ContainerVisual.cs
- IdentityModelStringsVersion1.cs
- StoragePropertyMapping.cs
- Suspend.cs
- ObjectDataSourceDisposingEventArgs.cs
- CaseInsensitiveHashCodeProvider.cs
- TCPListener.cs
- TaiwanCalendar.cs
- Error.cs
- SecurityContext.cs
- FormsAuthentication.cs
- TimeSpanValidatorAttribute.cs
- EventLogPermissionEntryCollection.cs
- SoapExtensionStream.cs
- Evidence.cs
- Keywords.cs
- CharacterString.cs
- SqlDependencyListener.cs
- FramingFormat.cs
- WebException.cs
- LinkDesigner.cs
- TransactionContextValidator.cs
- DataServiceQueryProvider.cs
- CalendarBlackoutDatesCollection.cs
- DrawingBrush.cs
- DataGridViewCellStyle.cs
- EntityDataSourceDataSelection.cs
- ServiceNameElementCollection.cs
- QueryInterceptorAttribute.cs
- ProfilePropertySettingsCollection.cs
- EntitySqlQueryState.cs
- DBCommand.cs
- DataContext.cs
- SqlParameterCollection.cs
- ExpandCollapsePattern.cs
- ArrayTypeMismatchException.cs
- Visitor.cs
- PassportAuthentication.cs
- XpsResourceDictionary.cs
- BrowserDefinition.cs
- PropertiesTab.cs
- XpsFilter.cs
- MemoryResponseElement.cs
- XmlSchemaInclude.cs
- Geometry3D.cs
- ReaderContextStackData.cs
- COM2ICategorizePropertiesHandler.cs
- CompressedStack.cs
- IPEndPoint.cs
- Point3DAnimation.cs
- ToolStripItemTextRenderEventArgs.cs
- XXXOnTypeBuilderInstantiation.cs
- PageAdapter.cs
- ForeignKeyConstraint.cs
- BrowserCapabilitiesCompiler.cs
- XmlSchemaSimpleContentRestriction.cs
- AsymmetricAlgorithm.cs
- UrlAuthFailedErrorFormatter.cs
- ScriptingWebServicesSectionGroup.cs
- Int32Collection.cs
- CompilerInfo.cs
- Matrix3D.cs
- ObjectReaderCompiler.cs
- IISUnsafeMethods.cs
- ReliableMessagingVersionConverter.cs
- PointHitTestResult.cs
- AsymmetricKeyExchangeFormatter.cs
- ValidatorCompatibilityHelper.cs
- HwndHostAutomationPeer.cs
- BinaryParser.cs
- WorkflowInlining.cs
- ISFClipboardData.cs
- _CookieModule.cs
- ScalarConstant.cs
- RouteParameter.cs
- SqlTopReducer.cs
- DrawingContext.cs
- TransactionTraceIdentifier.cs
- PreservationFileReader.cs
- SendMailErrorEventArgs.cs
- ProfessionalColorTable.cs
- DNS.cs
- UpdatePanel.cs
- PriorityQueue.cs