Spread Silverlight Documentation
DestinationType Property


Gets or sets a value that indicates how to open the document.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property DestinationType As DestinationType
'Usage
 
Dim instance As PdfExportSettings
Dim value As DestinationType
 
instance.DestinationType = value
 
value = instance.DestinationType
[System.ComponentModel.DefaultValue()]
public DestinationType DestinationType {get; set;}

Property Value

A value that indicates how to open the document. The default value is Auto.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

PdfExportSettings Class
PdfExportSettings Members

 

 


Copyright © GrapeCity, inc. All rights reserved.