The OriginalID Property includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Gets the
PlaceHolderInfo about the metadata-bin ID of the bin containing the contents of the original box represented by this Placeholder box.
Syntax
Visual Basic (Declaration) | |
---|
Public Property OriginalID As Long |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As PlaceHolderInfo
Dim value As Long
instance.OriginalID = value
value = instance.OriginalID |
C# | |
---|
public long OriginalID {get; set;} |
Property Value
An
System.Int64 number which specifies the metadata-bin ID of the bin containing the contents of the original box represented by this Placeholder box.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also