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

InsertTCFieldHandler() public method

The switches to use for each TC field. Can be an empty string or null.
public InsertTCFieldHandler ( string switches ) : System.IO
switches string
return System.IO
        public InsertTCFieldHandler(string switches)
            : this(string.Empty, switches)
        {
            mFieldSwitches = switches;
        }

Same methods

InsertTCFieldHandler::InsertTCFieldHandler ( string text, string switches ) : System.IO