Skip to main content

PdfReferencedDocumentOpeningEventArgs Properties

Provides data for the PdfViewer.ReferencedDocumentOpening event.
Name Description
Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
DocumentFilePath Gets the path to the document.
OpenInNewWindow Gets a value that indicates whether or not to open the referenced document in a new window.
See Also