Pageflex Document Action API
CopyContents Method
Namespaces > Pageflex.Scripting > Range > CopyContents()
Copies the content of this Range into a StreamFragment that can be pasted elsewhere.
Syntax
C# | Visual Basic | Managed C++ |
public StreamFragment CopyContents ()
Public Function CopyContents As StreamFragment
public: StreamFragment^ CopyContents ()
Return Value
A StreamFragment containing the content of this Range, that can be pasted elsewhere.
Exceptions
Exception | Condition |
---|---|
EmptyRangeException | There is nothing to copy. |
StaleScriptingObjectException | This object's associated internal object no longer exists. |
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)