OpenXmlPartReader.StandaloneXml Property
Get the standalone property of the XML file. False if there is no "standalone" in the XML declaration stream.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property StandaloneXml As Nullable(Of Boolean)
Get
'Usage
Dim instance As OpenXmlPartReader
Dim value As Nullable(Of Boolean)
value = instance.StandaloneXml
public override Nullable<bool> StandaloneXml { get; }
Property Value
Type: System.Nullable<Boolean>
Returns Nullable<T>.