Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 542 Bytes

File metadata and controls

27 lines (21 loc) · 542 Bytes

GetWSCellsImgDPIRes

Description

Gets the DPI resolution for images in the specified worksheet.

PROCEDURE GetWSCellsImgDPIRes(
				worksheet         : HANDLE;
				VAR dpiResolution : INTEGER);
def vs.GetWSCellsImgDPIRes(worksheet):
    return dpiResolution

Parameters

Name Type Description
worksheet HANDLE The worksheet handle.
dpiResolution INTEGER The images' DPI resolution

Version

Availability: from Vectorworks 2017

Category