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
- Property WordSaveOptions.None
Accepted by parameters
- Method WordDocument.Save
- Method WordDocument.Save
- Method WordDocument.Save
- Method WordDocument.Save
- Method WordDocument.SaveAs
- Method WordDocument.SaveAs
- Method WordDocument.SaveAsByteArray
- Method WordDocument.SaveAsMemoryStream
- Method WordDocument.SaveAsync
- Method WordDocument.SaveAsync
- Method WordDocument.SaveAsync
- Method WordDocument.SaveEncrypted
- Method WordDocument.SaveEncrypted
Constructors
public WordSaveOptions() #Inherited Methods
Properties
public WordStreamSaveFormat StreamFormat { get; set; } #Selects the physical document format for WordSaveOptions). File-path saves continue to use the destination extension.
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.
public static WordSaveOptions None { get; } #Returns an options instance with all optional behaviors disabled.