GrapeCity.Xaml.SpreadSheet.Data
OpenType Property


GrapeCity.Xaml.SpreadSheet.Data Namespace > PdfExportSettings Class : OpenType Property
Gets or sets how to display the document when it is opened.
Syntax
'Declaration
 
<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
[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