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