API Reference
Class
PowerPointSaveOptions
Controls PowerPoint save and conversion behavior.
Inheritance
- Object
- PowerPointSaveOptions
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 PowerPointPresentation.Save
- Method PowerPointPresentation.Save
- Method PowerPointPresentation.SaveAsync
- Method PowerPointPresentation.SaveAsync
- Method PowerPointPresentation.SaveCopy
- Method PowerPointPresentation.SaveCopyAsync
- Method PowerPointPresentation.SaveEncrypted
- Method PowerPointPresentation.SaveEncrypted
- Method PowerPointPresentation.ToBytes
- Method PowerPointPresentation.ToEncryptedBytes
- Method PowerPointPresentation.ToStream
Constructors
public PowerPointSaveOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public PowerPointConversionLossPolicy LossPolicy { get; set; } #Gets or sets how known conversion loss is handled.
public Int32 LegacyPptEncryptionKeySizeBits { get; set; } #Gets or sets the RC4 CryptoAPI key size used by encrypted PPT/POT/PPS saves. Valid values are 40 through 128 bits in 8-bit increments; the default is 128.
public Boolean LegacyPptEncryptDocumentProperties { get; set; } #Gets or sets whether encrypted PPT/POT/PPS saves also encrypt the Office document-property streams. The default is true.