Click or drag to resize

ContentRangeReplace(ContentRange, ImportSession) Method

Replaces the content of the current ContentRange's with a content (from another DocumentCore instance) specified with the range parameter.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public ContentRange Replace(
	ContentRange range,
	ImportSession session
)

Parameters

range  ContentRange
The ContentRange which specifies content which should replace the current ContentRange.
session  ImportSession
Import session.

Return Value

ContentRange
A ContentRange instance which contains newly inserted content.
See Also