Spread Silverlight Documentation
DestinationType Property


GrapeCity.Windows.SpreadSheet.Data Namespace > PdfExportSettings Class : 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.
See Also

Reference

PdfExportSettings Class
PdfExportSettings Members