Aspose.Words.Examples.CSharp.Programming_Documents.Working_With_Document.UpdateContentControls.Run C# (CSharp) Method

Run() public static method

public static Run ( ) : void
return void
        public static void Run()
        {            
            // The path to the documents directory.
            string dataDir = RunExamples.GetDataDir_WorkingWithDocument();
            SetCurrentStateOfCheckBox(dataDir);   
            // Shows how to modify content controls of type plain text box, drop down list and picture.
            ModifyContentControls(dataDir);
        }
        public static void SetCurrentStateOfCheckBox(string dataDir)