Story
StoryFragmentReference Property
|
StoryFragmentReference.
Namespace:
Spire.Additions.Xps.Schema
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
StoryFragmentReference
See Also