C# Class Aspose.Words.Examples.CSharp.Programming_Documents.Working_With_Document.ProtectDocument

Show file Open project: aspose-words/Aspose.Words-for-.NET

Public Methods

Method Description
Run ( ) : void

Private Methods

Method Description
GetProtectionType ( string inputFileName ) : void

Shows how to get protection type

Protect ( string inputFileName ) : void

Shows how to protect document

UnProtect ( string inputFileName ) : void

Shows how to unprotect document

Method Details

Run() public static method

public static Run ( ) : void
return void