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
- Evidence.cs
- QueryPageSettingsEventArgs.cs
- Hash.cs
- OrderedDictionary.cs
- DataBinder.cs
- NetWebProxyFinder.cs
- GenericXmlSecurityToken.cs
- CodeTypeOfExpression.cs
- XamlWriter.cs
- ConsumerConnectionPoint.cs
- ConnectionPoolManager.cs
- TrustManagerMoreInformation.cs
- HtmlShimManager.cs
- Rfc2898DeriveBytes.cs
- DesignerContextDescriptor.cs
- PerspectiveCamera.cs
- SimpleApplicationHost.cs
- Asn1IntegerConverter.cs
- StreamAsIStream.cs
- EntityDesignerDataSourceView.cs
- ExceptionHandlerDesigner.cs
- _SslStream.cs
- InkCollectionBehavior.cs
- RowTypePropertyElement.cs
- Encoding.cs
- GradientStop.cs
- StringExpressionSet.cs
- GeneralTransform3D.cs
- ReverseQueryOperator.cs
- PermissionRequestEvidence.cs
- PolyQuadraticBezierSegment.cs
- ButtonFieldBase.cs
- QueryOptionExpression.cs
- BitConverter.cs
- DebugHandleTracker.cs
- TextRangeBase.cs
- SqlDelegatedTransaction.cs
- QuotedStringWriteStateInfo.cs
- WSSecurityTokenSerializer.cs
- LambdaCompiler.Lambda.cs
- DiscardableAttribute.cs
- Button.cs
- Positioning.cs
- XmlSerializerOperationFormatter.cs
- XamlToRtfParser.cs
- Facet.cs
- SoapHeader.cs
- Quad.cs
- SqlDataSourceFilteringEventArgs.cs
- SimpleTypeResolver.cs
- ExpressionEvaluator.cs
- XmlHierarchyData.cs
- PowerModeChangedEventArgs.cs
- httpserverutility.cs
- WebSysDisplayNameAttribute.cs
- DataServiceHost.cs
- ErrorHandler.cs
- OleStrCAMarshaler.cs
- GetLedgerEntryForRecipientRequest.cs
- ActivityScheduledRecord.cs
- Root.cs
- InvokeProviderWrapper.cs
- QueryOutputWriter.cs
- WebContext.cs
- TraceHandlerErrorFormatter.cs
- Debugger.cs
- GridViewEditEventArgs.cs
- WriterOutput.cs
- UnsafeNativeMethodsPenimc.cs
- XmlUTF8TextWriter.cs
- SpecularMaterial.cs
- ExpressionVisitor.cs
- PreviewKeyDownEventArgs.cs
- DataRowExtensions.cs
- WebEventCodes.cs
- PropertyNames.cs
- PropertyItemInternal.cs
- ScriptReference.cs
- DataGridColumnCollection.cs
- SpecialFolderEnumConverter.cs
- DataBoundControlDesigner.cs
- WinEventQueueItem.cs
- XmlNodeChangedEventManager.cs
- DescendentsWalker.cs
- NominalTypeEliminator.cs
- WSDualHttpBindingElement.cs
- SectionUpdates.cs
- RoutedEventArgs.cs
- DbReferenceCollection.cs
- CustomError.cs
- DBBindings.cs
- HttpModuleAction.cs
- HtmlImageAdapter.cs
- DataGridItem.cs
- FunctionDetailsReader.cs
- ConstraintEnumerator.cs
- HttpFormatExtensions.cs
- RoutedEventArgs.cs
- Set.cs
- ElapsedEventArgs.cs