更改使用PDFTron Android创建的便签注释图标的大小

时间:2018-08-07 11:03:09

标签: pdftron

enter image description here

PDFTron添加的便签注释图标看起来很小,有什么办法可以更改它。

1 个答案:

答案 0 :(得分:0)

如果尚未安装,则应更新为PDFNet的最新版本,因为自使用版本以来,默认大小可能已更改。

无论哪种方式,您都可以使用PDFViewCtrl.setDevicePixelDensity来调整便笺的大小。此功能可让您根据需要调整设备。

例如

double deviceDensity = 1.0; // Scale relative to the internal DPI of 96 (default 1.0).
mPdfViewCtrl.setDevicePixelDensity(deviceDensity, 1);