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


In This Topic
    FitWindow Property
    In This Topic
    Gets or sets a value that specifies whether to resize the document’s window to fit the size of the first displayed page.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public Property FitWindow As Boolean
    'Usage
     
    Dim instance As PdfExportSettings
    Dim value As Boolean
     
    instance.FitWindow = value
     
    value = instance.FitWindow
    [DefaultValue(false)]
    public bool FitWindow {get; set;}

    Property Value

    true if the document's window is resized; otherwise, false.
    See Also