TTMSFNCWXCustomPDFViewer.LoadFromUrl Method
Loads a document from a URL and displays it.
API unit family: TMSFNCWXPDFViewer
Declaring type: TTMSFNCWXCustomPDFViewer
Syntax
procedure LoadFromUrl(FileUrl: string; PageNumber: Integer = 1; AZoom: Single = 1; RotateAngle: TTMSFNCWXPDFViewerRotationAngle = ANGLE_DEFAULT);
Parameters
| Name | Description |
|---|---|
FileUrl |
The address of the document to load. |
PageNumber |
The one-based page to show first. Defaults to 1. |
AZoom |
The initial zoom factor. Defaults to 1. |
RotateAngle |
The initial rotation. Defaults to the current angle. |