Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 593 Bytes

File metadata and controls

31 lines (25 loc) · 593 Bytes

PDF_GetPageMatrixFromBlob

Description

Get PDF Default Matrix.

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

Parameters

Name Type Description
inBlobPtr PROCEDURE
inBlobSize LONGINT
inCurPage LONGINT
inMatrix PROCEDURE

Version

Availability: from Vectorworks 2014

Category