コード例 #1
0
 public string GetBoundedText(float left, float top, float right, float bottom)
 {
     return(PDFium.FPDFText_GetBoundedText(Handle, left, top, right, bottom));
 }
コード例 #2
0
 public string GetBoundedText(double left, double top, double right, double bottom) => PDFium.FPDFText_GetBoundedText(Handle, left, top, right, bottom);