PageGetNotifications Method |
Returns notifications about inside operations with page content. (Only notifications about paragraph events in text adding scenarios are supported now.)
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic string GetNotifications()
Public Function GetNotifications As String
public:
String^ GetNotifications()
member GetNotifications : unit -> string
Return Value
Type:
StringString representing notifications about inside operations with page content.
See Also