Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / PrintPreset Class / DuplexMode Property


In This Topic
    DuplexMode Property
    In This Topic
    Gets or sets the duplex mode for the PDF print viewer settings.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property DuplexMode As GrapeCity.PDF.Object.DuplexMode
    'Usage
     
    Dim instance As PrintPreset
    Dim value As GrapeCity.PDF.Object.DuplexMode
     
    instance.DuplexMode = value
     
    value = instance.DuplexMode
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public GrapeCity.PDF.Object.DuplexMode DuplexMode {get; set;}

    Property Value

    The duplex mode. The default value is Default.
    See Also