ReferencedDocumentOpeningEventArgs(String, Boolean) Constructor
Initializes a new instance of the ReferencedDocumentOpeningEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.1.dll
NuGet Package: DevExpress.Wpf.PdfViewer
Declaration
Parameters
Name | Type | Description |
---|---|---|
documentSource | String | A String object that is the document source. |
openInNewWindow | Boolean | A Boolean object that indicates whether a referenced document is opened in an external application. |
See Also