FixedDocumentSequence
DocumentReference Property
|
Gets or sets the DocumentReference.
Namespace:
Spire.Additions.Xps.Schema
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public DocumentReference[] DocumentReference { get; set; }
Public Property DocumentReference As DocumentReference()
Get
Set
public:
property array<DocumentReference^>^ DocumentReference {
array<DocumentReference^>^ get ();
void set (array<DocumentReference^>^ value);
}
member DocumentReference : DocumentReference[] with get, set
Property Value
Type:
DocumentReference
See Also