Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 555 Bytes

File metadata and controls

29 lines (23 loc) · 555 Bytes

PDF_GetNumOfAnnotations

Description

Returns the number of the PDF annotations per PDF page

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

Parameters

Name Type Description
inBlobPtr PROCEDURE
inBlobSize LONGINT
inCurPage LONGINT

Version

Availability: from Vectorworks 2014

Category