[]
Gets or sets the document displayed in the viewer.
[Browsable(false)]
public SectionDocument Document { get; set; }
Type | Description |
---|---|
SectionDocument | The SectionDocument that is currently displayed in the viewer. |
This property provides access to the SectionDocument currently being displayed by the viewer. It is intended for backward compatibility and allows direct manipulation of the document's content, structure, and properties. Setting this property will load the specified document into the viewer, replacing any document that was previously displayed.