VS:PDF GetNumOfAnnotations
From Vectorworks Developer
.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix
Description
Returns the number of the PDF annotations per PDF pageFUNCTION 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