public delegate nfloat PdfViewScale(PdfView sender, nfloat scale);
type PdfViewScale = delegate of PdfView * nfloat -> nfloat
Thank you.