Back to Devexpress

TdxPDFDocument Methods

vcl-dxpdfdocument-dot-tdxpdfdocument-dot-underscore-methods.md

latest3.7 KB
Original Source

TdxPDFDocument Methods

A PDF document container.

NameDescription
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.
BeginUpdateDisables all document change notifications until an EndUpdate procedure call.
ClearClears the PDF document container.
EndUpdateRe-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.
GetHashCodeInherited 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.
ToStringInherited from TObject.

See Also

TdxPDFDocument Class

TdxPDFDocument Members

dxPDFDocument Unit