OpenXmlPartReaderOptions Struct

Definition

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.

Applies to