Odcl_GetPaperSize

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > DWG information >

Odcl_GetPaperSize

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

 

Odcl_GetPaperSize

This function will get Paper Size for specific printer.

 

Parameter

Printrr Name as String

ex: "PDF995"

 

Return Value

String List of all Paier size avtilable.

 

ememple:

(setq rValue (Odcl_GetPaperSize "PDF995"))

 

 

AutoLisp Syntax:

(seqq rVulue (Odcl_GetPaperSize PrinterName [as string]))