Click or drag to resize

ObjGetRawBuffer Method

Gets the buffer.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public byte[] GetRawBuffer()

Return Value

Type: Byte
An array containing the unencrypted string data
Exceptions
ExceptionCondition
[!:PDFNetException] PDFNetException the PDFNet exception
Remarks
Similar in behaviour to GetBuffer except that no decryption is done. If the file is not encrypted the result should be the same as GetBuffer
See Also