Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- TimelineGroup.cs
- FaultReason.cs
- NumericExpr.cs
- HandoffBehavior.cs
- ViewValidator.cs
- ZipPackagePart.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- XmlCDATASection.cs
- RowTypePropertyElement.cs
- ReadOnlyAttribute.cs
- DynamicFilter.cs
- Literal.cs
- DetailsViewPageEventArgs.cs
- RequestCache.cs
- ToggleButton.cs
- DrawToolTipEventArgs.cs
- ToolStripDropTargetManager.cs
- TextProperties.cs
- EmptyStringExpandableObjectConverter.cs
- RuntimeConfigurationRecord.cs
- MtomMessageEncodingElement.cs
- DataGridCommandEventArgs.cs
- SkewTransform.cs
- DeferrableContentConverter.cs
- TreeWalker.cs
- MethodBuilderInstantiation.cs
- ConstantCheck.cs
- X509Certificate2Collection.cs
- HtmlButton.cs
- DataKeyCollection.cs
- DeclarationUpdate.cs
- MessageQueueEnumerator.cs
- serverconfig.cs
- HttpProfileGroupBase.cs
- FieldTemplateFactory.cs
- SHA512Managed.cs
- HttpFileCollection.cs
- FamilyCollection.cs
- TextElementAutomationPeer.cs
- DataSourceControl.cs
- PreloadedPackages.cs
- ResourceKey.cs
- OverflowException.cs
- CodeGenerator.cs
- TextProviderWrapper.cs
- UrlPath.cs
- Win32PrintDialog.cs
- PartialCachingControl.cs
- SqlOuterApplyReducer.cs
- XmlDataImplementation.cs
- DbUpdateCommandTree.cs
- Span.cs
- DesignTimeTemplateParser.cs
- TimeStampChecker.cs
- HijriCalendar.cs
- ThreadStateException.cs
- Page.cs
- DesignerProperties.cs
- Attributes.cs
- EncryptedKey.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- RewritingSimplifier.cs
- TimelineGroup.cs
- CompilerGlobalScopeAttribute.cs
- ToolBarOverflowPanel.cs
- OperationInvokerBehavior.cs
- TextBoxBase.cs
- diagnosticsswitches.cs
- ComponentEditorPage.cs
- ViewCellSlot.cs
- X500Name.cs
- TextHidden.cs
- OdbcPermission.cs
- ReadOnlyDataSource.cs
- _OSSOCK.cs
- ListControl.cs
- InvokePatternIdentifiers.cs
- AppearanceEditorPart.cs
- GuidelineCollection.cs
- FontUnit.cs
- X509DefaultServiceCertificateElement.cs
- Group.cs
- ContractMapping.cs
- PermissionToken.cs
- ThreadInterruptedException.cs
- StyleHelper.cs
- PackagingUtilities.cs
- AbstractDataSvcMapFileLoader.cs
- wgx_commands.cs
- PackageStore.cs
- CrossContextChannel.cs
- FileNotFoundException.cs
- OutputScopeManager.cs
- TextBoxAutoCompleteSourceConverter.cs
- MetafileHeaderWmf.cs
- SmiEventStream.cs
- InputLanguageCollection.cs
- WebPartEditVerb.cs
- ByteRangeDownloader.cs
- WebResourceAttribute.cs