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 StoryFragmentReference[] StoryFragmentReference { get; set; }
Public Property StoryFragmentReference As StoryFragmentReference()
	Get
	Set
public:
property array<StoryFragmentReference^>^ StoryFragmentReference {
	array<StoryFragmentReference^>^ get ();
	void set (array<StoryFragmentReference^>^ value);
}
member StoryFragmentReference : StoryFragmentReference[] with get, set

Property Value

array<StoryFragmentReference>[]()[][]

Remarks