Click or drag to resize

OpenXmlPartReaderOptions Structure

A collection of options for reading part information.
Inheritance Hierarchy
SystemObject
  SystemValueType
    DocumentFormat.OpenXmlOpenXmlPartReaderOptions

Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public struct OpenXmlPartReaderOptions

The OpenXmlPartReaderOptions type exposes the following members.

Properties
 NameDescription
Public propertyCloseStream Gets or sets a value indicating whether the stream should be closed on the part reader being closed.
Public propertyIgnoreWhitespace Gets or sets a value indicating whether whitespace will be ignored.
Public propertyMaxCharactersInPart Gets or sets the maximum characters allowed in a part.
Public propertyReadMiscellaneousNodes Gets or sets a value indicating whether miscellaneous nodes are read.
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
See Also