Gets or stes a
BinaryData that represents the resulting image file from the
Convert operation.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Destination As BinaryData |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ConvertResponse
Dim value As BinaryData
instance.Destination = value
value = instance.Destination
|
Return Value
A
BinaryData object that represents the image file resulting from
Convert operation.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also