XFINIUM.PDF Documentation
OriginalObjectNumber Property



Gets the original object number.
Syntax
'Declaration
 
Public ReadOnly Property OriginalObjectNumber As Long
'Usage
 
Dim instance As PdfCosDictionaryContainer
Dim value As Long
 
value = instance.OriginalObjectNumber
public long OriginalObjectNumber {get;}
public:
property int64 OriginalObjectNumber {
   int64 get();
}

Property Value

The object number in the source PDF file.
Remarks
If the object is newly created and it is not loaded from a file, this property is 0.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfCosDictionaryContainer Class
PdfCosDictionaryContainer Members

Send Feedback