Represents a XPS FixedPage class.
Object Model
Syntax
| Visual Basic (Declaration) | |
|---|
Public Class XPSFixedPage
Inherits FixedPage |
| Delphi | |
|---|
public class XPSFixedPage = class(FixedPage) |
| JScript | |
|---|
public class XPSFixedPage extends FixedPage |
| Managed Extensions for C++ | |
|---|
public __gc class XPSFixedPage : public FixedPage |
| C++/CLI | |
|---|
public ref class XPSFixedPage : public FixedPage |
Inheritance Hierarchy
System.Object
System.Windows.DependencyObject
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Panel
System.Windows.Controls.Canvas
Intersoft.Client.Documents.FixedPage
Intersoft.Client.Documents.XPSFixedPage
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also