|
THotPDF.AddTiffFromFile
|
맨 위 이전 다음 |
|
Adds a TIFF image to PDF document.
Delphi 구문: procedure AddTiffFromFile ( FileName: TFileName; Compression: THPDFImageCompressionType; PaintType: TTIFFPaintType );
C++Builder 구문: void __fastcall AddTiffFromFile ( AnsiString FileName, THPDFImageCompressionType Compression, TTIFFPaintType PaintType );
설명 TIFF file을 decode하고 current PDF page에 그리려면
HotPDF 2.3.7은 TIFFtoPDF demo scenario를 포함해 bundled libtiff 4.7.x object file로 reliable Win32 decoding을 복원합니다
Code Example
|