Relationships
Relationship Property
|
Gets or sets the Relationship.
Namespace:
Spire.Additions.Xps.Schema
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
Relationship
See Also