←Select platform

GetEditableContent Method

Summary

Parses the document and returns the editable content data to IDocumentPushStream.

Syntax
C#
C++/CLI
Python
public:  
   void GetEditableContent( 
      IDocumentPushStream^ pushStream, 
      DocumentPushStreamOptions^ options 
   ) 
def GetEditableContent(self,pushStream,options): 

Parameters

pushStream

The editable document data written to IDocumentPushStream.

options

Options to set the IDocumentPushStream's maximum data size limit. DocumentPushStreamOptions can be passed in its default state.

Remarks

This method parses the loaded document (such as Doc, Docx, PDF and RTF) and pushes the editable content data to the IDocumentPushStream.Write method. IDocumentPushStream is used to stream the data to the caller side. This is used in the DocumentService to stream the document's editable content to the DocumentEditor's client-side.

Requirements

Target Platforms

Help Version 22.0.2023.4.21
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.