API Reference

Class

OdfLoadOptions

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

Controls bounded package and XML loading.

Inheritance

  • Object
  • OdfLoadOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Properties

public Int64 MaxPackageBytes { get; set; } #

Maximum source package size in bytes.

public Int32 MaxEntries { get; set; } #

Maximum number of ZIP entries.

public Int64 MaxEntryUncompressedBytes { get; set; } #

Maximum uncompressed size of one entry.

public Int64 MaxTotalUncompressedBytes { get; set; } #

Maximum aggregate uncompressed package size.

public Double MaxCompressionRatio { get; set; } #

Maximum declared expansion ratio for a compressed entry.

public Int32 MaxDepth { get; set; } #

Maximum archive path depth.

public Int64 MaxXmlCharacters { get; set; } #

Maximum characters allowed in one parsed XML part.

public Int32 MaxXmlDepth { get; set; } #

Maximum element nesting depth allowed in one parsed XML part.