Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Services.ImageProcessing.DataContracts Namespace > ResizeRequest Class : Flags Property |
[DataMemberAttribute(Name="Flags", IsRequired=true)] public ResizeCommandFlags Flags {get; set;}
'Declaration <DataMemberAttribute(Name="Flags", IsRequired=True)> Public Property Flags As ResizeCommandFlags
'Usage Dim instance As ResizeRequest Dim value As ResizeCommandFlags instance.Flags = value value = instance.Flags
[DataMemberAttribute(Name="Flags", IsRequired=true)] public: property ResizeCommandFlags Flags { ResizeCommandFlags get(); void set ( ResizeCommandFlags value); }