Interface IHasDocumentSourceInfo
An object which may provide information about the source of a document (for example a file on disk).
Namespace: ZptSharp.Dom
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IHasDocumentSourceInfo
Properties
| Improve this Doc View SourceSourceInfo
Gets information which indicates the original source of the document (for example, a file path).
Declaration
IDocumentSourceInfo SourceInfo { get; }
Property Value
Type | Description |
---|---|
IDocumentSourceInfo | The source info. |