Gets the XPS document instance that contains this part.
Namespace: FirstFloor.DocumentsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public XpsDocument Owner { get; private set; } |
| Visual Basic |
|---|
Public Property Owner As XpsDocument Get Private Set |
| Visual C++ |
|---|
public: property XpsDocument^ Owner { XpsDocument^ get (); private: void set (XpsDocument^ value); } |