Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / PdfExportSettings Class / OpenType Property


In This Topic
    OpenType Property
    In This Topic
    Gets or sets how to display the document when it is opened.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    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(Mono.Cecil.CustomAttributeArgument)]
    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