hApp = CwGetAppHandle(sThingName)
hApp (handle) Handle to an app-specific object
sThingName (string) The name of the app-specific object to
retrieve.
output settings preferences pen settings quick start print settings
/* Get the dimensions of the cropping rectangle on the main view. */
ah=CwGetAppHandle('output settings')
maxwidth=CwGetProperty(ah, 'output size:width')
maxheight=CwGetProperty(ah, 'output size:height')
![]() Functions by NAME |
![]() Index |
![]() Functions by PURPOSE |