The Flags Property includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Gets the PlaceHolderInfo box type.| Visual Basic (Declaration) | |
|---|---|
Public Property Flags As PlaceholderPossibleFlagsValue | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As PlaceHolderInfo Dim value As PlaceholderPossibleFlagsValue instance.Flags = value value = instance.Flags | |
| C# | |
|---|---|
public PlaceholderPossibleFlagsValue Flags {get; set;} | |
| C++/CLI | |
|---|---|
public: property PlaceholderPossibleFlagsValue Flags { PlaceholderPossibleFlagsValue get(); void set ( PlaceholderPossibleFlagsValue value); } | |
Property Value
A PlaceholderPossibleFlagsValue value which specifies the type of the meta-data placeholder box.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code