|
Foxit PDF SDK
|
File writing interface.
More...
Inherits FoxitPDFSDKPython3._object.
Public Member Functions | |
| def | Flush () |
| Flush internal buffer of the file. More... | |
| def | GetSize () |
| Get total size of the file. More... | |
| def | Release () |
| Called when to release everything. | |
| def | WriteBlock (pData, offset, size) |
| Write a block data. More... | |
File writing interface.
| def FoxitPDFSDKPython3.FileWriterCallback.Flush | ( | ) |
Flush internal buffer of the file.
| def FoxitPDFSDKPython3.FileWriterCallback.GetSize | ( | ) |
Get total size of the file.
| def FoxitPDFSDKPython3.FileWriterCallback.WriteBlock | ( | pData, | |
| offset, | |||
| size | |||
| ) |
Write a block data.
| [in] | pData | The block data. |
| [in] | offset | Byte offset from beginning of the file |
| [in] | size | The length in bytes of the block data. |