API Reference
Class
OdfLoadOptions
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
- Method OdfDocument.Load
- Method OdfDocument.Load
- Method OdfDocument.LoadAsync
- Method OdfDocument.LoadAsync
- Method OdfDocument.LoadFlatXml
- Method OdfDocument.LoadFlatXml
- Method OdpPresentation.Load
- Method OdpPresentation.Load
- Method OdpPresentation.LoadAsync
- Method OdpPresentation.LoadAsync
- Method OdpPresentation.LoadFlatXml
- Method OdpPresentation.LoadFlatXml
- Method OdsDocument.Load
- Method OdsDocument.Load
- Method OdsDocument.LoadAsync
- Method OdsDocument.LoadAsync
- Method OdsDocument.LoadFlatXml
- Method OdsDocument.LoadFlatXml
- Method OdtDocument.Load
- Method OdtDocument.Load
- Method OdtDocument.LoadAsync
- Method OdtDocument.LoadAsync
- Method OdtDocument.LoadFlatXml
- Method OdtDocument.LoadFlatXml
Constructors
public OdfLoadOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.