Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 676 Bytes

File metadata and controls

36 lines (29 loc) · 676 Bytes

PDF_AnnotationsFromBlob

Description

Draws annotations from the PDF Blob

FUNCTION PDF_AnnotationsFromBlob(
				inBlobPtr  : PROCEDURE;
				inBlobSize : LONGINT;
				inCurPage  : LONGINT;
				boundsX    : REAL;
				boundsY    : REAL;
				ioSnapGeom : HANDLE): BOOLEAN;
def vs.PDF_AnnotationsFromBlob(inBlobPtr, inBlobSize, inCurPage, boundsX, boundsY, ioSnapGeom):
    return BOOLEAN

Parameters

Name Type Description
inBlobPtr PROCEDURE
inBlobSize LONGINT
inCurPage LONGINT
boundsX REAL
boundsY REAL
ioSnapGeom HANDLE

Version

Availability: from Vectorworks 2014

Category

  • PDF