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 > DotRemoveRequest Class : MinimumDotWidth Property |
[DataMemberAttribute(Name="MinimumDotWidth", IsRequired=true)] public int MinimumDotWidth {get; set;}
'Declaration <DataMemberAttribute(Name="MinimumDotWidth", IsRequired=True)> Public Property MinimumDotWidth As Integer
'Usage Dim instance As DotRemoveRequest Dim value As Integer instance.MinimumDotWidth = value value = instance.MinimumDotWidth
[DataMemberAttribute(Name="MinimumDotWidth", IsRequired=true)] public: property int MinimumDotWidth { int get(); void set ( int value); }