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