
PDF 格式文件函数库PDF_set_text_pos配置文字位置。语法: boolean pdf_set_text_pos(int pdfid, double x-koor, double y-ko....
PDF 格式文件函数库PDF_setlinecap配置 linecap 参数。语法: boolean pdf_setlinecap(int pdfid, int value);返回值: 布尔值....
PDF 格式文件函数库PDF_place_image放置图片到 PDF 档指定位置。语法: boolean pdf_place_image(int pdfid, int image, doub....
PDF 格式文件函数库PDF_show_xy输出字符串到指定坐标。语法: boolean pdf_show_xy(int pdfid, string text, double x-koor, ....
PDF 格式文件函数库PDF_set_info_title配置文件标题。语法: void pdf_set_info_title(int info, string title);返回值: 无函....
PDF 格式文件函数库PDF_setgray指定绘图的颜色为灰阶并填入。语法: boolean pdf_setgray(int pdfid, double value);返回值: ....
PDF 格式文件函数库PDF_stringwidth计算字符串的宽度。语法: double pdf_stringwidth(int pdfid, string text);返回值: 浮点....
PDF 格式文件函数库PDF_set_leading配置行距。语法: boolean pdf_set_leading(int pdfid, double distance);返回值: 布尔值....
PDF 格式文件函数库PDF_setgray_fill指定填入的颜色为灰阶。语法: boolean pdf_setgray_fill(int pdfid, double value);返回....
PDF 格式文件函数库PDF_open_jpeg打开 JPEG 图档。语法: int pdf_open_jpeg(int pdfid, string filename);返回值: 整数函数....
PDF 格式文件函数库PDF_set_word_spacing配置字间距。语法: boolean pdf_set_word_spacing(int pdfid, double space);返回值....
PDF 格式文件函数库PDF_set_info_keywords配置文件的关键字。语法: void pdf_set_info_keywords(int info, string keywords)....
PDF 格式文件函数库PDF_setdash配置虚线样式。语法: boolean pdf_setdash(int pdfid, double white, double black);返回值: ....
PDF 格式文件函数库PDF_open_memory_image打开内存图档。语法: int pdf_open_memory_image(int pdfid, int image);返回值: ....
PDF 格式文件函数库PDF_show输出字符串到 PDF 文件。语法: boolean pdf_show(int pdfid, string text);返回值: 布尔值函数种....
PDF 格式文件函数库PDF_set_info_subject配置文件主题。语法: void pdf_set_info_subject(int info, string subject);返回值....
PDF 格式文件函数库PDF_setflat配置平滑值。语法: boolean pdf_setflat(int pdfid, double value);返回值: 布尔值函数种类: ....
PDF 格式文件函数库PDF_open建立新的 PDF 档。语法: int pdf_open(int file, int info);返回值: 整数函数种类: 特殊文件格式....
PDF 格式文件函数库PDF_save储存环境变量。语法: boolean pdf_save(int pdfid);返回值: 布尔值函数种类: 特殊文件格式内容说....
PDF 格式文件函数库PDF_open_gif打开 GIF 图档。语法: int pdf_open_gif(int pdfid, string filename);返回值: 整数函数种类....