Pdf |
The PdfAvailabilityProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfAvailabilityProvider | Construct instance of PdfAvailabilityProvider class with specified file size |
| Name | Description | |
|---|---|---|
| Document | Gets the PDF document associated with the current availability provider. | |
| FirstAvailablePageIndex | Gets zero-based index for the first available page in a linearized PDF | |
| Handle | Gets the Pdfium SDK handle that the page is bound to | |
| IsDisposed |
Gets a value indicating whether the object has been disposed of.
Field Valuetrue if the control has been disposed of; otherwise, false. | |
| IsDocumentAvailable | Check whether the document is ready for loading, if not, fires AddSegment event. | |
| IsFormAvailable | Check whether Form data is ready for init, if not, get download hints. IsFormAvailableResults for details. | |
| IsLinearized | To check whether a document is Linearized PDF file. IsLinearizedResults for more details. |
| Name | Description | |
|---|---|---|
| CreateDocument | Get document from the availability provider and store it in Document property. | |
| Dispose | Release all resources allocated by PdfAvailabilityProvider | |
| Dispose(Boolean) | Releases all resources used by the PdfImageObject. | |
| Finalize |
Finalize object
(Overrides ObjectFinalize) | |
| InitDocument | Initialize the created PDF document. | |
| IsPageAvailable | Check whether a page is ready for loading, if not, fires AddSegment event. |
| Name | Description | |||
|---|---|---|---|---|
| AddSegment |
Called by SDK to report some downloading hints for download manager.
| |||
| IsSegmentAvailable |
Called by SDK to check whether the data section is ready.
| |||
| ReadSegment |
Called by SDK to read some data from download manager.
|