Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- WindowPattern.cs
- ListViewUpdatedEventArgs.cs
- CategoryNameCollection.cs
- SqlEnums.cs
- WSHttpSecurity.cs
- ActivityValidator.cs
- ConnectionStringsSection.cs
- OpenTypeLayout.cs
- DocumentPaginator.cs
- ContextBase.cs
- SharedPerformanceCounter.cs
- CriticalHandle.cs
- DBPropSet.cs
- BitHelper.cs
- FileDataSourceCache.cs
- UnauthorizedAccessException.cs
- DataExpression.cs
- XPathCompileException.cs
- AdRotator.cs
- CompareInfo.cs
- PenThread.cs
- UrlMapping.cs
- CodeTryCatchFinallyStatement.cs
- WebCodeGenerator.cs
- DocumentXmlWriter.cs
- OleDbException.cs
- BamlResourceContent.cs
- XmlSerializerSection.cs
- SerialStream.cs
- NonVisualControlAttribute.cs
- DynamicILGenerator.cs
- ResourceReferenceExpressionConverter.cs
- _IPv4Address.cs
- fixedPageContentExtractor.cs
- TypedColumnHandler.cs
- DispatcherProcessingDisabled.cs
- DefinitionBase.cs
- ForeignKeyConstraint.cs
- _FtpControlStream.cs
- ExpandableObjectConverter.cs
- ZipIOLocalFileHeader.cs
- AuthenticateEventArgs.cs
- _CookieModule.cs
- wgx_sdk_version.cs
- ComplexBindingPropertiesAttribute.cs
- SpoolingTask.cs
- SqlGatherConsumedAliases.cs
- NativeMethodsOther.cs
- GenericTypeParameterBuilder.cs
- ScriptMethodAttribute.cs
- nulltextnavigator.cs
- ClientBuildManager.cs
- CalculatedColumn.cs
- IntSecurity.cs
- Part.cs
- XmlTextReaderImplHelpers.cs
- AuthStoreRoleProvider.cs
- TraceUtils.cs
- QueueException.cs
- DisplayNameAttribute.cs
- RemotingSurrogateSelector.cs
- DbBuffer.cs
- RepeatBehaviorConverter.cs
- HotSpot.cs
- TransactionOptions.cs
- ZipPackagePart.cs
- TemplateParser.cs
- _TimerThread.cs
- AxisAngleRotation3D.cs
- ProvidePropertyAttribute.cs
- CodeVariableDeclarationStatement.cs
- NavigationHelper.cs
- CommonBehaviorsSection.cs
- FlowNode.cs
- SamlEvidence.cs
- DynamicDataRoute.cs
- DataBindingHandlerAttribute.cs
- WebScriptClientGenerator.cs
- GorillaCodec.cs
- _CookieModule.cs
- GroupQuery.cs
- OrderingExpression.cs
- SoapRpcServiceAttribute.cs
- OutputScopeManager.cs
- ImageMapEventArgs.cs
- EventDescriptor.cs
- MetadataItemEmitter.cs
- RuntimeArgumentHandle.cs
- LoadedOrUnloadedOperation.cs
- TriggerCollection.cs
- CreateUserWizard.cs
- Clipboard.cs
- AccessKeyManager.cs
- JavaScriptString.cs
- OleAutBinder.cs
- ReadOnlyObservableCollection.cs
- RichTextBox.cs
- XmlSerializer.cs
- Size.cs
- EncryptedType.cs