Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 541 Bytes

File metadata and controls

27 lines (21 loc) · 541 Bytes

SetWSCellsImgDPIRes

Description

Sets the DPI resolution for images in the specified worksheet.

PROCEDURE SetWSCellsImgDPIRes(
				worksheet     : HANDLE;
				dpiResolution : INTEGER);
def vs.SetWSCellsImgDPIRes(worksheet, dpiResolution):
    return None

Parameters

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

Version

Availability: from Vectorworks 2017

Category