|
THotPDF.CopyPageFromDocument
|
למעלה הקודם הבא |
|
Copies page from source document to the current document.
Delphi syntax: procedure CopyPageFromDocument ( SourceDoc: THotPDF; SourceIndex: Integer; DestIndex: Integer );
C++ syntax: void __fastcall CopyPageFromDocument ( THotPDF * SourceDoc, int SourceIndex, int DestIndex );
תיאור קרא ל- העמוד המועתק שומר על page resources ו-content stream שלו, כולל פונטי CID TrueType מוטמעים, כך שניתן להשתמש במתודה שוב ושוב בעת מיזוג עמודים מכמה מסמכי מקור ערכי PDF name שמועתקים ממילוני עמודים, resource dictionaries, arrays ו-object streams מפוענחים מצורת escape
Code Example
|