VS:PDF GetNumOfAnnotations/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>
Returns the number of the PDF annotations per PDF page</desc>
PDFのページにあるPDF注釈の数を返します。</desc>


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


</version>
</version>
Line 58: Line 57:


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

Latest revision as of 03:15, 16 January 2014

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

Description

PDFのページにあるPDF注釈の数を返します。

FUNCTION PDF_GetNumOfAnnotations(
inBlobPtr :PROCEDURE;
inBlobSize :LONGINT;
inCurPage :LONGINT) : BOOLEAN;
def vs.PDF_GetNumOfAnnotations(inBlobPtr, inBlobSize, inCurPage):
    return BOOLEAN

Parameters

inBlobPtr PROCEDURE
inBlobSize LONGINT
inCurPage LONGINT

Version

Availability: from Vectorworks 2014