SaveOptions.EncryptDocumentProperties

SaveOptions.EncryptDocumentProperties property

Indicates whether encrypt document properties when saving as .xls file. The default value is true.

public bool EncryptDocumentProperties { get; set; }

Remarks

Only for .xls,xlsx,xlsb and xlsm file.

See Also