Description This method gets the specified DIB from the array of DIBs loaded with CreateDIBFaxPageFromASCIIExt method. This array allocated before loading the ASCII file. The CreateDIBFaxPageFromASCIIExt method should be used in ASP, C# and J# application for loading ASCII file instead of CreateDIBFaxpageFromASCII method.
Syntax Dib = [BITIFF.] GetDIBFromPagesArray Num
Remarks Dib LONGLONG Handle of the DIB, 0 on error.
Num Short Zero based integer. Position in the array. This value is between 0 and the first parameter of the CreateDIBFaxPageFromASCIIExt method.
See Also FreeASCIIPagesArray Method, CreateDIBFaxPageFromASCIIEXT Method, GetSizeOfASCIIPagesArray Method