Spread WPF 15
GrapeCity.Windows.SpreadSheet.Data Namespace / PdfExportSettings Class / DestinationType Property


In This Topic
    DestinationType Property
    In This Topic
    Gets or sets a value that indicates how to open the document.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property DestinationType As DestinationType
    'Usage
     
    Dim instance As PdfExportSettings
    Dim value As DestinationType
     
    instance.DestinationType = value
     
    value = instance.DestinationType
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public DestinationType DestinationType {get; set;}

    Property Value

    A value that indicates how to open the document. The default value is Auto.
    See Also