frequently asked questions

All your questions in one place.

MargeLine

This method returns the margin made on a document line.

Body - raw:

{

       "Method": "MargeLine",

       "Parameters": [

             <nDocNumber>,

             <nDocLine>

       ]

}

Syntax:

MargeLine(<nDocNumber>, <nDocLine>)

 

Parameters Description
nDocNumero

Document number

nDocLine

Line number.

Examples:

*/ Return the margin made on line 5 for the document 2563.

{

       "Method": "MargeLine",

       "Parameters": [

             2563,

             5

       ]

}

Did you find this article useful?

0 out of 0 found this helpful