TdxPDFDocument Methods
A PDF document container.| Name | Description |
|---|---|
| Append(TdxPDFDocument) | Appends a specified PDF document’s content to the current document. |
| Append(TStream) | Appends a specified PDF document’s content to the current document. |
| Append(string) | Appends a specified PDF document’s content to the current document. |
| BeginUpdate | Disables all document change notifications until an EndUpdate procedure call. |
| Clear | Clears the PDF document container. |
| EndUpdate | Re-enables notifications and applies all changes made to the PDF document container and the stored document’s structure after a BeginUpdate call. |
| Equals(TObject) | Inherited from TObject. |
| FindText(string,TdxPDFDocumentTextSearchOptions,TdxPDFPageTextRanges) | Searches all occurrences of the specified text string in the document. |
| FindText(string,TdxPDFDocumentTextSearchOptions,Integer) | Searches for a text string on the specified page of the document. |
| FindText(string,TdxPDFDocumentTextSearchOptions) | Searches for a text string with the specified search settings. |
| FindText(string) | Searches the specified text string in the document with the default search settings. |
| GetHashCode | Inherited from TObject. |
| LoadFromFile(string) | Loads a PDF document from the specified file. |
| LoadFromStream(TStream) | Loads a PDF document from the specified stream. |
| SaveToFile(string,Boolean,Boolean) | Saves the document to a file. |
| SaveToStream(TStream,Boolean,Boolean) | Saves the document to a stream. |
| ToString | Inherited from TObject. |
See Also