SetWatermarkDocNo |
Scroll |
Sets the document number that is used for watermarks.
Namespace: Therefore.API
Visual Basic Public Overridable Function SetWatermarkDocNo ( _ nDocNo As Integer, _ pServer As ITheServer _ ) C# public virtual void SetWatermarkDocNo ( int nDocNo, ITheServer pServer )
Parameters nDocNo Field number that is used as the subcategory index data field.
pServer A valid and connected TheServer object.
Return Value None. |
Exception |
Condition |
Number Not Found |
nDocNo is not found on the server. |