Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 511 Bytes

File metadata and controls

28 lines (21 loc) · 511 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

  • Worksheets