ITextSnapshot.Write Method
Include Protected Members
Include Inherited Members
Writes the contents of the snapshot.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Write(TextWriter) | Writes the contents of the snapshot. | |
Write(TextWriter, Span) | Writes a substring of the contents of the snapshot. |
Top