Namespace: Spire.Pdf.Exporting.XPS.Schema
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Relationship Relationship { get; set; }
Public Property Relationship As Relationship
	Get
	Set
public:
property Relationship^ Relationship {
	Relationship^ get ();
	void set (Relationship^ value);
}
member Relationship : Relationship with get, set

Property Value

Relationship

See Also