Exemplo n.º 1
0
        /// <summary>
        /// Redact removes a range of words and blacks out the location for the specified range from the page.
        /// </summary>
        /// <param name="firstWord"></param>
        /// <param name="lastWord"></param>
        public void Redact(int firstWord, int lastWord)
        {
            Error_Control_Block ecb = new Error_Control_Block();

            Check(ISYS11df.IGR_Redact_Page_Text(_pageHandle, firstWord, lastWord, 0, ref ecb), ecb);
        }