←Select platform

StreamOffset Property

Summary

The offset within the PDF stream for the embedded image.

Syntax

C#
VB
Java
C++
public long StreamOffset { get; set; } 
Public Property StreamOffset As Long 
public long getStreamOffset() 
public void setStreamOffset(long offset) 
             
public: 
property int64 StreamOffset { 
   int64 get(); 
   void set (    int64 ); 
} 

Property Value

The offset within the PDF stream for 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