Click or drag to resize

DocumentOpenEventArgs Properties

The DocumentOpenEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDocument
Gets the document for this event. This field might be null.
(Inherited from DocumentEventArgs.)
Public propertyDocumentId Obsolete.
Gets the document Id of the document for this event.
(Inherited from DocumentEventArgs.)
Public propertyDocumentSerialNumber
Gets the uniques document serial number for this event
(Inherited from DocumentEventArgs.)
Public propertyFileName
Name of file being opened.
Public propertyMerge
true if file is being merged into the current document. This occurs during the "Import" command.
Public propertyReference
true if file is opened as a reference file.
Top
See Also