Code:
/ FX-1434 / FX-1434 / 1.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
- HelpEvent.cs
- SQLBytesStorage.cs
- TransformationRules.cs
- SqlDataSourceSelectingEventArgs.cs
- Query.cs
- Vertex.cs
- InputScopeManager.cs
- DynamicResourceExtension.cs
- ControlDesigner.cs
- SoapInteropTypes.cs
- FontUnit.cs
- ScriptRef.cs
- InfiniteTimeSpanConverter.cs
- SqlReorderer.cs
- SqlDataSourceCache.cs
- DBDataPermission.cs
- MemberInfoSerializationHolder.cs
- ServiceCredentialsElement.cs
- CircleHotSpot.cs
- ZoneButton.cs
- ScriptResourceInfo.cs
- SmtpNegotiateAuthenticationModule.cs
- ProcessModelInfo.cs
- TextViewDesigner.cs
- SecurityResources.cs
- TableLayoutSettingsTypeConverter.cs
- CdpEqualityComparer.cs
- ToolStripPanel.cs
- BufferModeSettings.cs
- EllipticalNodeOperations.cs
- QueueProcessor.cs
- Region.cs
- OperandQuery.cs
- CqlQuery.cs
- XdrBuilder.cs
- XmlNamespaceManager.cs
- XslAstAnalyzer.cs
- QueryExpr.cs
- EndpointDiscoveryMetadata.cs
- DataBoundControl.cs
- SafeEventLogWriteHandle.cs
- JpegBitmapDecoder.cs
- XmlDocument.cs
- RSAOAEPKeyExchangeFormatter.cs
- EditableTreeList.cs
- Certificate.cs
- TerminateSequence.cs
- XmlElementAttribute.cs
- BitmapEffectCollection.cs
- GeometryValueSerializer.cs
- EventWaitHandleSecurity.cs
- EventWaitHandleSecurity.cs
- TextEditor.cs
- BoundField.cs
- DbConnectionStringBuilder.cs
- CaseInsensitiveComparer.cs
- InheritanceContextChangedEventManager.cs
- StylusTip.cs
- ListBoxChrome.cs
- DbConnectionPoolCounters.cs
- AbstractExpressions.cs
- SpecialTypeDataContract.cs
- RedirectionProxy.cs
- ClientRoleProvider.cs
- printdlgexmarshaler.cs
- CompositeCollection.cs
- ImageAnimator.cs
- ISAPIRuntime.cs
- GeometryGroup.cs
- DbCommandTree.cs
- InstancePersistenceCommandException.cs
- path.cs
- XmlDocumentType.cs
- XmlILIndex.cs
- BindingContext.cs
- CompiledRegexRunnerFactory.cs
- LockedAssemblyCache.cs
- ToolStripDesigner.cs
- CmsInterop.cs
- DocumentPageView.cs
- RowsCopiedEventArgs.cs
- EndpointAddress10.cs
- DataKey.cs
- HttpConfigurationSystem.cs
- DataBinder.cs
- HttpException.cs
- SQLInt64.cs
- SqlCacheDependencySection.cs
- BooleanFunctions.cs
- HttpsChannelFactory.cs
- Message.cs
- LocationReferenceEnvironment.cs
- CodeNamespace.cs
- UserControl.cs
- _CacheStreams.cs
- OperationDescriptionCollection.cs
- DesignerProperties.cs
- HtmlControlPersistable.cs
- BinaryHeap.cs
- SingleSelectRootGridEntry.cs