Leadtools.Services.ImageProcessing.DataContracts Namespace > DotRemoveRequest Class : MaximumDotWidth Property |
[DataMemberAttribute(Name="MaximumDotWidth", IsRequired=true)] public int MaximumDotWidth {get; set;}
'Declaration <DataMemberAttribute(Name="MaximumDotWidth", IsRequired=True)> Public Property MaximumDotWidth As Integer
'Usage Dim instance As DotRemoveRequest Dim value As Integer instance.MaximumDotWidth = value value = instance.MaximumDotWidth
[DataMemberAttribute(Name="MaximumDotWidth", IsRequired=true)] public: property int MaximumDotWidth { int get(); void set ( int value); }