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
- FileUpload.cs
- XamlReaderConstants.cs
- PrincipalPermission.cs
- DataTableMappingCollection.cs
- MemoryMappedFile.cs
- CollectionsUtil.cs
- MethodCallConverter.cs
- SqlWebEventProvider.cs
- String.cs
- SoapSchemaImporter.cs
- ServiceOperation.cs
- UrlRoutingHandler.cs
- WorkflowOwnershipException.cs
- ComplexBindingPropertiesAttribute.cs
- Command.cs
- UpdateTranslator.cs
- ImageCodecInfo.cs
- SponsorHelper.cs
- _IPv6Address.cs
- AdPostCacheSubstitution.cs
- WebBaseEventKeyComparer.cs
- XmlQueryOutput.cs
- ProviderIncompatibleException.cs
- SqlGenericUtil.cs
- FixedSOMImage.cs
- DocumentGridContextMenu.cs
- login.cs
- DesignerAutoFormatCollection.cs
- AbstractSvcMapFileLoader.cs
- ConstructorBuilder.cs
- StorageMappingFragment.cs
- TryLoadRunnableWorkflowCommand.cs
- SoapBinding.cs
- HandleCollector.cs
- Int32CollectionConverter.cs
- X509Extension.cs
- ToolTipService.cs
- EntityDataSourceChangingEventArgs.cs
- DataService.cs
- WebDisplayNameAttribute.cs
- AliasedExpr.cs
- Application.cs
- Publisher.cs
- SecurityDescriptor.cs
- GlyphingCache.cs
- CompiledIdentityConstraint.cs
- InkCollectionBehavior.cs
- InlineCollection.cs
- UpDownBase.cs
- Choices.cs
- XmlEntity.cs
- SequentialUshortCollection.cs
- CreateUserWizard.cs
- WindowsListView.cs
- BeginEvent.cs
- TrackBar.cs
- GridSplitterAutomationPeer.cs
- RootDesignerSerializerAttribute.cs
- InheritedPropertyChangedEventArgs.cs
- TypefaceMetricsCache.cs
- ThreadAttributes.cs
- EntityRecordInfo.cs
- TypeSystem.cs
- Trace.cs
- TagElement.cs
- MarkupCompilePass1.cs
- PermissionToken.cs
- FormsAuthenticationConfiguration.cs
- storepermissionattribute.cs
- BuildManager.cs
- ParameterCollectionEditor.cs
- VideoDrawing.cs
- DrawingVisual.cs
- XPathItem.cs
- autovalidator.cs
- ApplySecurityAndSendAsyncResult.cs
- InvalidOperationException.cs
- COM2ExtendedUITypeEditor.cs
- CompilerTypeWithParams.cs
- EDesignUtil.cs
- FixedPosition.cs
- WorkflowRuntimeSection.cs
- ConsoleCancelEventArgs.cs
- XPathChildIterator.cs
- FileDialog_Vista_Interop.cs
- MergePropertyDescriptor.cs
- Tuple.cs
- ConsumerConnectionPoint.cs
- DrawingState.cs
- AxisAngleRotation3D.cs
- Setter.cs
- DataListDesigner.cs
- DataGridBoundColumn.cs
- HttpWebRequest.cs
- DynamicActivityXamlReader.cs
- SQLMoney.cs
- CompositeClientFormatter.cs
- InputMethodStateChangeEventArgs.cs
- FileLogRecordEnumerator.cs
- EdmFunctions.cs