|
Previous Top Next |
Prototype: | (String pFileName, Long pFileSize),Long,PROC ! Returns bytes read |
pFileName | Name of the windows metafile to read. |
pFileSize | The size of the file |
Returns | Returns the number of bytes read. That should always match the value in pFileSize. |
This method allocates buffer for the windows metafile and reads it into the PageBuffer property. This method should not be called outside of the Page of Pages class and should be considered private method.
See also: