ProcessTranscriptArguments public class ProcessTranscriptArguments Documentation public string FooterToAdd { get; set; } public string FooterToRemove { get; set; } public string HeaderToAdd { get; set; } public string HeaderToRemove { get; set; } public ProcessTranscriptArguments(string headerToAdd, string footerToAdd, string headerToRemove, string footerToRemove)