Code:
/ DotNET / DotNET / 8.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
- XmlSchemaInclude.cs
- EditCommandColumn.cs
- WinHttpWebProxyFinder.cs
- LineBreakRecord.cs
- ScriptingProfileServiceSection.cs
- Metafile.cs
- SqlConnectionStringBuilder.cs
- ScriptControl.cs
- MailAddressCollection.cs
- ParameterBuilder.cs
- SecUtil.cs
- IsolatedStoragePermission.cs
- DictionarySectionHandler.cs
- TreeNodeBinding.cs
- DataGridViewCellStyle.cs
- DocumentOrderQuery.cs
- SerialErrors.cs
- Image.cs
- ZipIORawDataFileBlock.cs
- Exceptions.cs
- DesignerCategoryAttribute.cs
- SafeCryptContextHandle.cs
- UnsafeNativeMethods.cs
- ActiveXHost.cs
- FrameworkRichTextComposition.cs
- Stylus.cs
- KeyGestureValueSerializer.cs
- HttpCacheVaryByContentEncodings.cs
- ForeignKeyConstraint.cs
- DataTable.cs
- PeerNameRegistration.cs
- AspCompat.cs
- MatrixAnimationBase.cs
- UnmanagedMemoryStream.cs
- Duration.cs
- PartialList.cs
- TextServicesHost.cs
- SimpleApplicationHost.cs
- UICuesEvent.cs
- RepeatButton.cs
- ObservableDictionary.cs
- MobileControlDesigner.cs
- BypassElementCollection.cs
- EntityDataSourceView.cs
- FlowPosition.cs
- DataGridPageChangedEventArgs.cs
- ReadOnlyMetadataCollection.cs
- DesignerActionListCollection.cs
- SoapCommonClasses.cs
- MessageBox.cs
- ToolTip.cs
- EdmItemCollection.cs
- ProviderException.cs
- ResourceContainer.cs
- WSSecurityOneDotZeroSendSecurityHeader.cs
- EntityDataSourceChangedEventArgs.cs
- UriParserTemplates.cs
- DataGridLengthConverter.cs
- RawTextInputReport.cs
- StickyNoteHelper.cs
- DataSourceCollectionBase.cs
- PluralizationServiceUtil.cs
- BinaryWriter.cs
- MultiPropertyDescriptorGridEntry.cs
- DocumentPropertiesDialog.cs
- SpellerStatusTable.cs
- ReflectPropertyDescriptor.cs
- ButtonPopupAdapter.cs
- EdmSchemaError.cs
- ValueSerializer.cs
- WebSysDisplayNameAttribute.cs
- PersistChildrenAttribute.cs
- WindowsScrollBarBits.cs
- StyleSelector.cs
- SafeSecurityHelper.cs
- RegexInterpreter.cs
- ControlPropertyNameConverter.cs
- RegisteredDisposeScript.cs
- TextRangeEdit.cs
- ColorInterpolationModeValidation.cs
- MessageContractImporter.cs
- StringToken.cs
- XmlStreamNodeWriter.cs
- ComplexType.cs
- DropSource.cs
- LogExtentCollection.cs
- ServiceMemoryGates.cs
- DataGridCellEditEndingEventArgs.cs
- RequestTimeoutManager.cs
- _NegoState.cs
- TrackPointCollection.cs
- TextBox.cs
- LocalValueEnumerator.cs
- CodeTypeReference.cs
- PropertyKey.cs
- Accessible.cs
- IndependentlyAnimatedPropertyMetadata.cs
- DataFormats.cs
- NamespaceDecl.cs
- ImageDrawing.cs