AddDocumentTag Method (PrintDocumentWrapper)
In This Topic
Adds the new tag with the specified value to the document.
Syntax
'Declaration
Public Sub AddDocumentTag( _
ByVal As System.String, _
ByVal As System.Object _
)
public void AddDocumentTag(
System.string ,
System.object
)
Parameters
- name
- The System.String value specifying the name of the document tag.
- value
- The value to be set.
See Also