ObjGetRawStreamLength Method |
Gets the raw stream length.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int GetRawStreamLength()
Public Function GetRawStreamLength As Integer
public:
virtual int GetRawStreamLength() sealed
function GetRawStreamLength();
Return Value
Type:
Int32
The length of the raw/encoded stream equal to the length parameter.
See Also