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); }