PresentationProtectionManager Property |
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic IProtectionManager ProtectionManager { get; }
Public ReadOnly Property ProtectionManager As IProtectionManager
Get
public:
virtual property IProtectionManager^ ProtectionManager {
IProtectionManager^ get () sealed;
}
abstract ProtectionManager : IProtectionManager with get
override ProtectionManager : IProtectionManager with get
Property Value
Type:
IProtectionManagerImplements
IPresentationProtectionManager
See Also