|
Previous Top Next |
Prototype: | (String pFileName, Long pFileSize),Long,PROC |
pFileName | Name of the windows metafile to write. |
pFileSize | The size of the file |
Returns | Returns the number of bytes written to the metafile. This should always match the value of pFileSize. The method can be called as a procedure. |
This method is responsible for writing the PageBuffer back to the windows metafile after the SearchString has been replaced with the correct page number values. This method should not be called outside of the Page of Pages class and should be considered private method.
See also:
PageBuffer
SearchString
ReadTheFile
SetPageOfPages