THotPDF.GetLoadedViewerPreferences Method
Reads the reader preference settings of the loaded document
Declaration
function GetLoadedViewerPreferences(out APrefs: THPDFViewerPreferences): boolean;
Unit
HPDFDoc
Parameters
| Name | Purpose |
|---|---|
APrefs | Reference document or type definition |
Return value
Returns the execution result or obtained data
Usage notes
- 包含窗口模式、界面元素隐藏等配置
- Ensure that the document object has been correctly initialised or loaded before calling this method
- For details, please refer to the relevant examples or class descriptions