You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Classes > Document Class > Document Methods > GetContent Method > Document.GetContent Method (Stream)
Close
Ofcas.Lk.Api.Client - Version 3.0
Document.GetContent Method (Stream)

This method is deprecated. Please use GetContent instead.

Syntax
C#
public void GetContent(Stream target);
Parameters
Description
Stream target
The content from the document is written in this stream. If the document has no content, the length of target is zero.
Exceptions
Description
Exception
If getting the document content failed.
Copyright © 2020. All rights reserved.