Code:
/ 4.0 / 4.0 / 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. ///// 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
- RelOps.cs
- EastAsianLunisolarCalendar.cs
- DeferredSelectedIndexReference.cs
- XamlStream.cs
- DirectoryRootQuery.cs
- SqlInfoMessageEvent.cs
- DirtyTextRange.cs
- LayoutSettings.cs
- ValidatedControlConverter.cs
- SelectionItemProviderWrapper.cs
- PartialTrustVisibleAssembliesSection.cs
- PackageProperties.cs
- SafeViewOfFileHandle.cs
- MemberAssignmentAnalysis.cs
- DataGridViewSelectedColumnCollection.cs
- WebConvert.cs
- TextOutput.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- ThreadStaticAttribute.cs
- ObjectMemberMapping.cs
- XmlDataSourceView.cs
- CryptoApi.cs
- StickyNoteContentControl.cs
- PermissionToken.cs
- SID.cs
- WebServiceParameterData.cs
- ListViewPagedDataSource.cs
- InkPresenterAutomationPeer.cs
- ObjectDesignerDataSourceView.cs
- PropertyGeneratedEventArgs.cs
- UInt64.cs
- ProtectedConfiguration.cs
- IEnumerable.cs
- BrowserDefinition.cs
- StrongNamePublicKeyBlob.cs
- InheritedPropertyChangedEventArgs.cs
- ExternalException.cs
- DesignerRegionCollection.cs
- RepeatInfo.cs
- ConfigurationException.cs
- ScriptComponentDescriptor.cs
- TypeBuilder.cs
- PropertyOverridesTypeEditor.cs
- PerspectiveCamera.cs
- IERequestCache.cs
- DetailsViewPagerRow.cs
- XPathDescendantIterator.cs
- ParagraphVisual.cs
- FileLogRecordHeader.cs
- CodeCatchClause.cs
- WebHeaderCollection.cs
- Vector.cs
- SortDescription.cs
- XmlSchemaSimpleTypeUnion.cs
- HttpListenerRequestTraceRecord.cs
- EdmError.cs
- FormViewPagerRow.cs
- LinqDataSourceDeleteEventArgs.cs
- RequestResizeEvent.cs
- sqlnorm.cs
- CompleteWizardStep.cs
- ErrorTableItemStyle.cs
- User.cs
- Input.cs
- Update.cs
- TextEditorParagraphs.cs
- SettingsAttributeDictionary.cs
- SerializerDescriptor.cs
- PropertyItem.cs
- XmlChildEnumerator.cs
- ComplexBindingPropertiesAttribute.cs
- DoubleCollection.cs
- CodeAttributeDeclarationCollection.cs
- ObjectStateEntryOriginalDbUpdatableDataRecord.cs
- StructuredProperty.cs
- InputReferenceExpression.cs
- OracleCommand.cs
- AutoResetEvent.cs
- SingleQueryOperator.cs
- SslStream.cs
- PrimarySelectionAdorner.cs
- TreeViewEvent.cs
- TextEffect.cs
- ComIntegrationManifestGenerator.cs
- ReversePositionQuery.cs
- Compensation.cs
- EventsTab.cs
- FutureFactory.cs
- ReadOnlyHierarchicalDataSourceView.cs
- CodeDirectionExpression.cs
- ResizeGrip.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- FormatSettings.cs
- BinaryReader.cs
- ReverseInheritProperty.cs
- ConnectionProviderAttribute.cs
- ColorConvertedBitmap.cs
- SchemaImporterExtensionElement.cs
- VisualBasicSettings.cs
- DiscoveryClientChannelFactory.cs