RenderPagesToPrintFile
Kết xuất, in ấn, đầu ra tệp
Mô tả
Writes selected pages as a complete driver-independent PostScript, EPS, PCL, or PWG Raster file
Cú pháp
Delphi
Function TPDFlib.RenderPagesToPrintFile(DPI: Double; Const PageRanges: WideString; PrintFormat, Options: Integer; Const FileName: WideString): Integer;ActiveX
Function PDFlib::RenderPagesToPrintFile(DPI As Double, PageRanges As String, PrintFormat As Long, Options As Long, FileName As String) As LongDLL
int DLRenderPagesToPrintFile(int InstanceID, double DPI, const wchar_t* PageRanges, int PrintFormat, int Options, const wchar_t* FileName);
int DLRenderPagesToPrintFileA(int InstanceID, double DPI, const char* PageRanges, int PrintFormat, int Options, const char* FileName);Tham số
DPI, PageRanges, PrintFormat, and Options follow RenderPagesToPrintStream; FileName is the output pathGiá trị trả vềReturns 1 on success and 0 on failure
Ghi chú
Lời gọi thất bại sẽ xóa file đầu ra dở dang của nó; entry point ANSI của DLL decode page range và tên file theo UTF-8
Ghi chú
Lời gọi thất bại sẽ xóa file đầu ra dở dang của nó; entry point ANSI của DLL decode page range và tên file theo UTF-8
Xem thêm
RenderPagesToPrintStream, RenderPagesToPrintData, RenderPagesToPrintBuffer