Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- safemediahandle.cs
- TypeDescriptor.cs
- AuthenticationService.cs
- GatewayDefinition.cs
- TiffBitmapEncoder.cs
- DataServiceHost.cs
- DataGridRow.cs
- tooltip.cs
- ProjectedWrapper.cs
- KnownTypesProvider.cs
- RtfControlWordInfo.cs
- ProviderConnectionPointCollection.cs
- ProfileSection.cs
- RegexCapture.cs
- FormViewUpdateEventArgs.cs
- NonSerializedAttribute.cs
- Misc.cs
- Comparer.cs
- FloaterParagraph.cs
- TemplateComponentConnector.cs
- Pts.cs
- PageParser.cs
- WebPartAuthorizationEventArgs.cs
- CheckBoxRenderer.cs
- GeometryCombineModeValidation.cs
- SharedStatics.cs
- IgnoreSectionHandler.cs
- EndPoint.cs
- IndentedWriter.cs
- basevalidator.cs
- FtpRequestCacheValidator.cs
- SubpageParaClient.cs
- IgnoreFlushAndCloseStream.cs
- DataBindingCollection.cs
- RunClient.cs
- TextSpanModifier.cs
- WebScriptEnablingElement.cs
- OrderedHashRepartitionStream.cs
- GridItem.cs
- RelOps.cs
- StrongNameMembershipCondition.cs
- _FixedSizeReader.cs
- NotCondition.cs
- TypeToken.cs
- InputProcessorProfilesLoader.cs
- CaretElement.cs
- ErrorEventArgs.cs
- FamilyCollection.cs
- FontStretches.cs
- SecurityException.cs
- PublishLicense.cs
- DataPagerCommandEventArgs.cs
- VisualTreeHelper.cs
- DirectoryInfo.cs
- Pen.cs
- HttpInputStream.cs
- ping.cs
- ItemAutomationPeer.cs
- NestedContainer.cs
- NonClientArea.cs
- CacheAxisQuery.cs
- BufferedWebEventProvider.cs
- WebPartConnectionsEventArgs.cs
- WinFormsComponentEditor.cs
- ISO2022Encoding.cs
- ListBox.cs
- FileSystemInfo.cs
- MultiView.cs
- DuplicateWaitObjectException.cs
- DetailsViewInsertEventArgs.cs
- Point3DCollectionValueSerializer.cs
- XamlTemplateSerializer.cs
- WebMethodAttribute.cs
- SqlNotificationRequest.cs
- VariableAction.cs
- TreeView.cs
- CmsUtils.cs
- ProjectionPath.cs
- SHA384.cs
- BindingExpressionUncommonField.cs
- XsdDuration.cs
- ListViewGroupConverter.cs
- DeclarativeCatalogPart.cs
- ReachObjectContext.cs
- StorageMappingItemCollection.cs
- SemanticResolver.cs
- ExternalCalls.cs
- SHA1Managed.cs
- HandlerBase.cs
- PackagingUtilities.cs
- base64Transforms.cs
- VectorKeyFrameCollection.cs
- BlockCollection.cs
- PreDigestedSignedInfo.cs
- SmtpReplyReader.cs
- AuthorizationRule.cs
- BackgroundFormatInfo.cs
- InfiniteTimeSpanConverter.cs
- AsyncOperationContext.cs
- SQLDecimal.cs