GetTabStopInASCIIFile  Method

Description         This method gets the values of tab stops. This method is used for loading 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                 Ret = [BITIFF.] GetTabStopInASCIIFile Num

Remarks             Ret                          Short               Value of the Num-th element in the tab array.

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

See Also              SetTabStopInASCIIFile Method, CreateDIBFaxPageFromASCIIEXT Method