Spread Silverlight Documentation
OpenType Property


GrapeCity.Windows.SpreadSheet.Data Namespace > PdfExportSettings Class : OpenType Property
Gets or sets how to display the document when it is opened.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property OpenType As GrapeCity.PDF.Object.OpenType
'Usage
 
Dim instance As PdfExportSettings
Dim value As GrapeCity.PDF.Object.OpenType
 
instance.OpenType = value
 
value = instance.OpenType
[System.ComponentModel.DefaultValue()]
public GrapeCity.PDF.Object.OpenType OpenType {get; set;}

Property Value

A value that specifies how to display the document. The default value is Auto.
See Also

Reference

PdfExportSettings Class
PdfExportSettings Members