VS:PDF CreateBlob/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{LocationMain|category=LocationVS/ja|specific=}}
{{LocationMain|category=LocationVS/ja|specific=}}
__TOC__
__TOC__
<vwDoc>
<vwDoc>
Line 6: Line 5:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<desc>
<desc>
Creates a memory blob representation of a specified document and page.</desc>
指定した書類のページを格納したメモリ領域を確保します。</desc>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
Line 56: Line 55:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
利用可能バージョン: VectorWorks_Unknow.n._
Availability: from Vectorworks 2014


</version>
</version>
Line 63: Line 62:


[[Category:VS Function Reference|PDF_CreateBlob]]
[[Category:VS Function Reference|PDF_CreateBlob]]
[[Category:VS Function Reference:PDFUtilities|PDF_CreateBlob]]
[[Category:VS Function Reference:PDF|PDF_CreateBlob]]

Latest revision as of 03:15, 16 January 2014

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

Description

指定した書類のページを格納したメモリ領域を確保します。

FUNCTION PDF_CreateBlob(
inFilePath :PROCEDURE;
ioBlobPtr :PROCEDURE;
ioBlobSize :PROCEDURE;
ioCurPage :PROCEDURE) : BOOLEAN;
def vs.PDF_CreateBlob(inFilePath, ioBlobPtr, ioBlobSize, ioCurPage):
    return BOOLEAN

Parameters

inFilePath PROCEDURE
ioBlobPtr PROCEDURE
ioBlobSize PROCEDURE
ioCurPage PROCEDURE

Version

Availability: from Vectorworks 2014