API Reference
Class
WordSaveOptions
Optional behaviors applied during Word document save operations.
Inheritance
- Object
- WordSaveOptions
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
- Property WordDocumentConversionOptions.SaveOptions
- Property WordSaveOptions.Default
Accepted by parameters
- Method WordDocument.AssessLegacyDocWrite
- Method WordDocument.Save
- Method WordDocument.Save
- Method WordDocument.Save
- Method WordDocument.Save
- Method WordDocument.SaveAsync
- Method WordDocument.SaveAsync
- Method WordDocument.SaveAsync
- Method WordDocument.SaveAsync
- Method WordDocument.SaveCopy
- Method WordDocument.SaveCopyAsync
- Method WordDocument.SaveEncrypted
- Method WordDocument.SaveEncrypted
- Method WordDocument.ToBytes
- Method WordDocument.ToStream
Constructors
public WordSaveOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public OfficeConversionLossPolicy LossPolicy { get; set; } #Controls saves of documents projected from legacy DOC files when known legacy-only content cannot be represented by the selected output format. The default blocks the save.
public WordSignedDocumentSavePolicy SignedDocumentPolicy { get; set; } #Gets or sets how save operations handle documents carrying digital-signature metadata.
public static WordSaveOptions Default { get; } #Returns an options instance with default save behavior.