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
- Image.cs
- XmlAttributeAttribute.cs
- EnterpriseServicesHelper.cs
- TextEditorCopyPaste.cs
- CustomPopupPlacement.cs
- EncryptedKeyIdentifierClause.cs
- KeyboardEventArgs.cs
- MetadataPropertyAttribute.cs
- ToolStripArrowRenderEventArgs.cs
- TrailingSpaceComparer.cs
- FontCacheUtil.cs
- WSSecureConversation.cs
- PagedDataSource.cs
- Hashtable.cs
- QilLoop.cs
- UIElement3D.cs
- IncrementalReadDecoders.cs
- Rule.cs
- ObjectDataSourceChooseTypePanel.cs
- WebAdminConfigurationHelper.cs
- BamlMapTable.cs
- Queue.cs
- InputScopeNameConverter.cs
- IteratorFilter.cs
- CommunicationObjectAbortedException.cs
- EnumType.cs
- ImageSource.cs
- ToolStripItemCollection.cs
- FieldBuilder.cs
- NameValueSectionHandler.cs
- ProfileGroupSettings.cs
- XmlBinaryReaderSession.cs
- StringBlob.cs
- PasswordTextContainer.cs
- ApplicationServicesHostFactory.cs
- Encoder.cs
- DeferredTextReference.cs
- TraceUtility.cs
- WebPartDisplayModeEventArgs.cs
- XPathSelfQuery.cs
- InputLanguageSource.cs
- TaskHelper.cs
- BuildResult.cs
- XsltQilFactory.cs
- FileIOPermission.cs
- MultiBinding.cs
- FilteredReadOnlyMetadataCollection.cs
- categoryentry.cs
- RenderCapability.cs
- WebPartConnectionsCancelEventArgs.cs
- StreamAsIStream.cs
- RadioButton.cs
- Image.cs
- InstallerTypeAttribute.cs
- SafeFileHandle.cs
- Expression.cs
- DateBoldEvent.cs
- objectresult_tresulttype.cs
- DrawingContextWalker.cs
- WebPartZone.cs
- KeyBinding.cs
- SymmetricKey.cs
- VerificationAttribute.cs
- Axis.cs
- AutomationIdentifier.cs
- Image.cs
- DefaultAssemblyResolver.cs
- TextServicesContext.cs
- IpcServerChannel.cs
- SQLByte.cs
- FixedSOMImage.cs
- XmlTypeAttribute.cs
- XmlJsonWriter.cs
- XamlVector3DCollectionSerializer.cs
- PersonalizationDictionary.cs
- SessionPageStateSection.cs
- AssemblyInfo.cs
- QilFunction.cs
- SQLInt32.cs
- TextDecoration.cs
- XmlSiteMapProvider.cs
- XmlMembersMapping.cs
- StaticSiteMapProvider.cs
- ModelItemKeyValuePair.cs
- RuntimeHelpers.cs
- TemplateFactory.cs
- ExtensionFile.cs
- QilParameter.cs
- SafeFileHandle.cs
- Rfc2898DeriveBytes.cs
- ToolStripRenderEventArgs.cs
- DesignerAttributeInfo.cs
- CopyNodeSetAction.cs
- RuleDefinitions.cs
- HttpValueCollection.cs
- DocumentViewerBase.cs
- RequestCacheEntry.cs
- BaseParaClient.cs
- EdmSchemaError.cs
- WindowsPrincipal.cs