Spread WPF 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 (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

PdfExportSettings Class
PdfExportSettings Members

 

 


Copyright © GrapeCity, inc. All rights reserved.