VS:PDF GetPageSizeFromBlob/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
m (1 revision)
 
(No difference)

Latest revision as of 03:15, 16 January 2014

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

メモリ領域から対応するページ領域の長方形を返します。

FUNCTION PDF_GetPageSizeFromBlob(
inBlobPtr :PROCEDURE;
inBlobSize :LONGINT;
inPageBoxID :LONGINT;
inCurPage :PROCEDURE;
outBoxLeft :PROCEDURE;
outBoxTop :PROCEDURE;
outBoxRight :PROCEDURE;
outBoxBottom :PROCEDURE) : BOOLEAN;
def vs.PDF_GetPageSizeFromBlob(inBlobPtr, inBlobSize, inPageBoxID, inCurPage, outBoxLeft, outBoxTop, outBoxRight,  outBoxBottom):
    return BOOLEAN

Parameters

inBlobPtr PROCEDURE
inBlobSize LONGINT
inPageBoxID LONGINT
inCurPage PROCEDURE
outBoxLeft PROCEDURE
outBoxTop PROCEDURE
outBoxRight PROCEDURE
outBoxBottom PROCEDURE

Version

Availability: from Vectorworks 2014