[]
        
(Showing Draft Content)

C1.Pdf.C1PdfDocumentBase.WriteStreamAsync

WriteStreamAsync Method

WriteStreamAsync(int, byte[])

Writes PDF object stream.

Declaration
public Task WriteStreamAsync(int objID, byte[] data)
Parameters
Type Name Description
int objID

The PDF indentifier.

byte[] data

The binary data

Returns
Type Description
Task