SetDocumentTag Method (PrintDocumentWrapper)
In This Topic
Sets the value of the specified document tag.
Syntax
'Declaration
Public Sub SetDocumentTag( _
ByVal As System.String, _
ByVal As System.Object _
)
public void SetDocumentTag(
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