Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Print / Reach / Packaging / XpsThumbnail.cs / 1 / XpsThumbnail.cs
/*++
Copyright (C) 2004 - 2005 Microsoft Corporation
All rights reserved.
Module Name:
XpsThumbnail.cs
Abstract:
This file contains the definition and implementation
for the XpsThumbnail class. This class inherits from
XpsResource and controls thumbnail specific aspects of
a resource added to a fixed page.
Author:
Brian Adelberg ([....]) 25-May-2005
Revision History:
07/12/2005: [....]: Reach -> Xps
--*/
using System;
using System.IO.Packaging;
using System.Windows.Media;
namespace System.Windows.Xps.Packaging
{
///
///
///
public class XpsThumbnail : XpsResource
{
#region Constructors
internal
XpsThumbnail(
XpsManager xpsManager,
INode parent,
PackagePart part
)
: base(xpsManager, parent, part)
{
}
#endregion Constructors
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SerializerDescriptor.cs
- QilIterator.cs
- WorkflowFileItem.cs
- AlphabeticalEnumConverter.cs
- CreateUserWizardStep.cs
- ClientScriptManagerWrapper.cs
- MailWebEventProvider.cs
- HtmlControl.cs
- FlowDocumentReader.cs
- DataGridPagingPage.cs
- PerfCounters.cs
- PiiTraceSource.cs
- ZipFileInfo.cs
- ParseChildrenAsPropertiesAttribute.cs
- MimeTypePropertyAttribute.cs
- OdbcConnection.cs
- RelationshipSet.cs
- SmiRequestExecutor.cs
- CallbackValidatorAttribute.cs
- CustomError.cs
- DataGridParentRows.cs
- DataTableMapping.cs
- ViewStateModeByIdAttribute.cs
- AtomServiceDocumentSerializer.cs
- SelectionRange.cs
- SmiSettersStream.cs
- ExpressionParser.cs
- EngineSiteSapi.cs
- SoapCodeExporter.cs
- SQLBinary.cs
- IPAddress.cs
- ApplicationFileCodeDomTreeGenerator.cs
- ProgressBarBrushConverter.cs
- ImageCollectionEditor.cs
- RecordsAffectedEventArgs.cs
- ThreadSafeList.cs
- NameTable.cs
- EditorServiceContext.cs
- Context.cs
- TextStore.cs
- FreezableCollection.cs
- XomlCompiler.cs
- TdsParserSessionPool.cs
- Rectangle.cs
- XmlText.cs
- ObjectParameter.cs
- ApplicationManager.cs
- DelegateBodyWriter.cs
- CodeBlockBuilder.cs
- HashCodeCombiner.cs
- GenericUI.cs
- UIElementParaClient.cs
- UnitySerializationHolder.cs
- SoapIgnoreAttribute.cs
- SimpleBitVector32.cs
- DataGridRelationshipRow.cs
- Int64AnimationBase.cs
- ParseElementCollection.cs
- UserControlDocumentDesigner.cs
- StateDesigner.Helpers.cs
- SoapClientMessage.cs
- RightsManagementInformation.cs
- TextOutput.cs
- OracleCommandSet.cs
- AdRotator.cs
- ClassValidator.cs
- Viewport3DVisual.cs
- ScrollChangedEventArgs.cs
- CustomTrackingRecord.cs
- AuthenticationManager.cs
- Int32KeyFrameCollection.cs
- DelegatingHeader.cs
- Separator.cs
- DataBinder.cs
- CharacterBufferReference.cs
- InstanceCreationEditor.cs
- XmlEntityReference.cs
- ButtonChrome.cs
- MasterPageParser.cs
- CollectionViewGroup.cs
- EmptyCollection.cs
- GridToolTip.cs
- TextSpan.cs
- CompilerScope.cs
- ListMarkerSourceInfo.cs
- DbUpdateCommandTree.cs
- PropertyRef.cs
- XmlUtil.cs
- MaskPropertyEditor.cs
- NameTable.cs
- Array.cs
- SHA512Managed.cs
- DisposableCollectionWrapper.cs
- HttpModulesSection.cs
- WebPartDisplayMode.cs
- SafeEventLogWriteHandle.cs
- XmlSchemaInclude.cs
- TableLayoutSettings.cs
- LongValidatorAttribute.cs
- ViewValidator.cs