The Destination Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the output data of the converted image file.Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute(Name="Destination", IsRequired=True)> Public Property Destination As BinaryData |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterConvertOptions Dim value As BinaryData instance.Destination = value value = instance.Destination |
C# | |
---|---|
[DataMemberAttribute(Name="Destination", IsRequired=true)] public BinaryData Destination {get; set;} |
C++/CLI | |
---|---|
[DataMemberAttribute(Name="Destination", IsRequired=true)] public: property BinaryData^ Destination { BinaryData^ get(); void set ( BinaryData^ value); } |
Property Value
A Leadtools.Services.DataContracts.BinaryData object that represents the converted data.For an example, refer to RasterConvertOptions.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7