The BoxType Property includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Gets or sets the box type.
Syntax
Visual Basic (Declaration) | |
---|
Public Property BoxType As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ReqBoxProp
Dim value As String
instance.BoxType = value
value = instance.BoxType |
C# | |
---|
public string BoxType {get; set;} |
Property Value
A
System.String value which specifies the four characters (4cc) of the box type.
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