ObjSetStreamData Method (Byte) |
Sets the stream data of this Obj. This method allows to replacing the content stream with a new one
without creating a new object.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetStreamData(
byte[] buffer
)
Public Sub SetStreamData (
buffer As Byte()
)
public:
virtual void SetStreamData(
[InAttribute] array<unsigned char>^ buffer
) sealed
function SetStreamData(buffer);
Parameters
- buffer
- Type: SystemByte
The buffer contain new content stream
See Also