DocumentName Property (C1MultiDocument)
In This Topic
Gets or sets the name of the document (used to identify documents in print tasks and so on).
Syntax
'Declaration
Public Property DocumentName As String
public string DocumentName {get; set;}
See Also