The CSID Property includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Gets the ID of the first codestream associated with the replaced box.
Syntax
Visual Basic (Declaration) | |
---|
Public Property CSID As Long |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As PlaceHolderInfo
Dim value As Long
instance.CSID = value
value = instance.CSID |
C# | |
---|
public long CSID {get; set;} |
Property Value
An
System.Int64 value which specifies the ID of the first codestream associated with the replaced 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