OpenXmlPartReaderOptions Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of options for reading part information.
public struct OpenXmlPartReaderOptions
type OpenXmlPartReaderOptions = struct
Public Structure OpenXmlPartReaderOptions
- Inheritance
-
OpenXmlPartReaderOptions
Properties
CloseStream |
Gets or sets a value indicating whether the stream should be closed on the part reader being closed. |
IgnoreWhitespace |
Gets or sets a value indicating whether whitespace will be ignored. |
MaxCharactersInPart |
Gets or sets the maximum characters allowed in a part. |
ReadMiscellaneousNodes |
Gets or sets a value indicating whether miscellaneous nodes are read. |