SetTabStopInASCIIFile  Method

Description         This method sets the values of tab stops before loading the ASCII file with CreateDIBFaxPageFromASCIIExt method. The CreateDIBFaxPageFromASCIIExt method should be used in ASP, C# and J# application for loading ASCII file instead of CreateDIBFaxpageFromASCII method. The array of tabstops contains maximum 16 value.

Syntax                 bRet = [BITIFF.] SetTabStopInASCIIFile Num TabStop

Remarks             bRet                        BOOL             TRUE on success, otherwise FALSE.

                            Num                       Short               Zero based integer. Position in the array. This value is between 0 and 15.

                            TabStop                 Short               Value of the Num-th element in the tab array to specify.

See Also              GetTabStopInASCIIFile Method, CreateDIBFaxPageFromASCIIEXT Method