HasAutoDocumentCaption Property
In This Topic
Gets a value indicating whether the current visited document has an automatically generated name. That name is changed when the document is saved to file.
Syntax
'Declaration
Public Property HasAutoDocumentCaption As Boolean
public bool HasAutoDocumentCaption {get; set;}
See Also