API Reference
Class
LegacyDocImportOptions
Controls legacy binary Word import behavior.
Inheritance
- Object
- LegacyDocImportOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
- Method LegacyDocDocument.Load
- Method LegacyDocDocument.Load
- Method LegacyDocDocument.Load
- Method WordDocument.LoadLegacyDoc
- Method WordDocument.LoadLegacyDoc
- Method WordDocument.LoadLegacyDocWithReport
- Method WordDocument.LoadLegacyDocWithReport
Constructors
public LegacyDocImportOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 MaxInputBytes { get; set; } #Maximum size, in bytes, of the extracted document input stream.
public Int32 MaxDecodedImageBytes { get; set; } #Maximum aggregate decoded OfficeArt image bytes retained during import.
public Int32 MaxDecodedCharacters { get; set; } #Maximum number of text characters decoded from the legacy piece table.
public Boolean ReportUnsupportedContent { get; set; } #When true, known unsupported legacy content is reported as diagnostics.