Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > HolePunchRemoveCommand Class : Flags Property |
public HolePunchRemoveCommandFlags Flags {get; set;}
'Declaration
Public Property Flags As HolePunchRemoveCommandFlags
'Usage
Dim instance As HolePunchRemoveCommand Dim value As HolePunchRemoveCommandFlags instance.Flags = value value = instance.Flags
public HolePunchRemoveCommandFlags Flags {get; set;}
<br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags');
public: property HolePunchRemoveCommandFlags Flags { HolePunchRemoveCommandFlags get(); void set ( HolePunchRemoveCommandFlags value); }