←Select platform

StreamLength Property

Summary

The size in bytes of the embedded image.

Syntax

C#
VB
Java
C++
public long StreamLength { get; set; } 
Public Property StreamLength As Long 
public long getStreamLength() 
public void setStreamLength(long length) 
             
public: 
property int64 StreamLength { 
   int64 get(); 
   void set (    int64 ); 
} 

Property Value

The size in bytes of the embedded image.

Example

For an example, refer to PDFDocument.Images.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly