Namespace: Spire.Doc.Fields.Shape
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void Update(
	byte[] buffer,
	int length
)
Public Sub Update ( 
	buffer As Byte(),
	length As Integer
)
public:
void Update(
	array<unsigned char>^ buffer, 
	int length
)
member Update : 
        buffer : byte[] * 
        length : int -> unit 

Parameters

buffer
array<Byte>[]()[][]
length
Int32

See Also