ImageGetImageDataSize Method |
Gets the image data.
Gets the image data size.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int GetImageDataSize()
Public Function GetImageDataSize As Integer
public:
virtual int GetImageDataSize() sealed
function GetImageDataSize();
Return Value
Type:
Int32 A stream (filter) containing decoded image data
Return Value
Type:
Int32 the size of image data in bytes
See Also