Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- IQueryable.cs
- ellipse.cs
- SelectionWordBreaker.cs
- LayoutTable.cs
- CommandExpr.cs
- CachedPathData.cs
- InvalidDataException.cs
- WebPartConnectionsConnectVerb.cs
- UInt32Converter.cs
- GenericXmlSecurityToken.cs
- Size3DConverter.cs
- sitestring.cs
- EntityDataSourceChangedEventArgs.cs
- EntityDataSourceReferenceGroup.cs
- OperatorExpressions.cs
- DispatcherOperation.cs
- unsafeIndexingFilterStream.cs
- VariableValue.cs
- Constraint.cs
- SmtpAuthenticationManager.cs
- ResourcesChangeInfo.cs
- MdiWindowListItemConverter.cs
- Button.cs
- Polygon.cs
- QuotedStringFormatReader.cs
- PhonemeEventArgs.cs
- UIElement3D.cs
- StringToken.cs
- DetailsViewRow.cs
- ApplicationFileParser.cs
- Renderer.cs
- ProcessThreadCollection.cs
- XmlCustomFormatter.cs
- ValidatorCollection.cs
- sqlinternaltransaction.cs
- MemberAccessException.cs
- ConvertBinder.cs
- Calendar.cs
- SelectionPatternIdentifiers.cs
- ConditionCollection.cs
- TcpChannelHelper.cs
- _ShellExpression.cs
- ToolStripSettings.cs
- ElementHostPropertyMap.cs
- NameSpaceExtractor.cs
- codemethodreferenceexpression.cs
- UriExt.cs
- ProgressBarAutomationPeer.cs
- TraceListener.cs
- DataConnectionHelper.cs
- AtomicFile.cs
- RawStylusInputCustomDataList.cs
- ToolStripItemEventArgs.cs
- DateTimePicker.cs
- InternalControlCollection.cs
- ObjectViewQueryResultData.cs
- FlowLayout.cs
- ContextBase.cs
- ProtocolsConfiguration.cs
- WebHttpBinding.cs
- XpsFixedPageReaderWriter.cs
- OpenFileDialog.cs
- ISAPIWorkerRequest.cs
- OracleTimeSpan.cs
- RegisteredArrayDeclaration.cs
- RegistrationServices.cs
- ListViewEditEventArgs.cs
- OleDbMetaDataFactory.cs
- TextBoxDesigner.cs
- _CommandStream.cs
- DbMetaDataColumnNames.cs
- HashRepartitionStream.cs
- MenuItem.cs
- PasswordBox.cs
- SafeNativeMethods.cs
- ResolveNameEventArgs.cs
- Span.cs
- SymbolEqualComparer.cs
- ObjectAnimationUsingKeyFrames.cs
- SourceFileInfo.cs
- DelegateArgument.cs
- HealthMonitoringSection.cs
- WmlPanelAdapter.cs
- XD.cs
- Bitmap.cs
- ProfileService.cs
- SoapDocumentMethodAttribute.cs
- ParameterElementCollection.cs
- OneOfElement.cs
- IdentifierCollection.cs
- OledbConnectionStringbuilder.cs
- HttpCapabilitiesEvaluator.cs
- ExternalCalls.cs
- ParseHttpDate.cs
- sqlstateclientmanager.cs
- SqlInternalConnection.cs
- XmlRawWriter.cs
- KeyBinding.cs
- Decoder.cs
- SqlBulkCopyColumnMapping.cs