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