property CurrentCharIndex: Integer;
Read-only zero-based character index under the current mouse cursor (or last hit-tested point).
供内置查找高亮器使用;当光标不在文本上方时返回 -1
所有 TPdfView 显示属性在赋值时都会触发重绘,因此你可以连续修改多个属性而不会闪烁,因为重绘会合并为一次失效
Active := True 之前赋值Pdf.PageRotation),纯视觉属性会保留在视图本地PdfView1.Pdf,请重新应用任何仅作用于视图的设置,新 TPdf 有自己的状态
begin
PdfView1.CurrentCharIndex := {value};
PdfView1.Active := True;
end;