ITMSFNCCustomPDFLib.OpenDocument Method
Opens an existing PDF document from the specified file path.
API unit family: TMSFNCPDFLib
Declaring type: ITMSFNCCustomPDFLib
Overloads
Overload 1
Opens an existing PDF document from the specified file path.
procedure OpenDocument(FileName: String); overload;
Parameters
| Name | Description |
|---|---|
FileName |
Path of the PDF file to open. |
Overload 2
Opens an existing PDF document from the specified memory stream.
procedure OpenDocument(FileStream: TMemoryStream); overload;
Parameters
| Name | Description |
|---|---|
FileStream |
Memory stream containing the PDF file data. |