Takes Blob Data and returns corresponding page rect
FUNCTION PDF_GetPageSizeFromBlob(
inBlobPtr : PROCEDURE;
inBlobSize : LONGINT;
inPageBoxID : LONGINT;
inCurPage : PROCEDURE;
outBoxLeft : PROCEDURE;
outBoxTop : PROCEDURE;
outBoxRight : PROCEDURE;
outBoxBottom : PROCEDURE): BOOLEAN;def vs.PDF_GetPageSizeFromBlob(inBlobPtr, inBlobSize, inPageBoxID, inCurPage, outBoxLeft, outBoxTop, outBoxRight, outBoxBottom):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| inBlobPtr | PROCEDURE | |
| inBlobSize | LONGINT | |
| inPageBoxID | LONGINT | |
| inCurPage | PROCEDURE | |
| outBoxLeft | PROCEDURE | |
| outBoxTop | PROCEDURE | |
| outBoxRight | PROCEDURE | |
| outBoxBottom | PROCEDURE |
Availability: from Vectorworks 2014