GemBox.Spreadsheet
  • Overview
  • Examples
  • Free version
  • Support
  • Pricing

    Show / Hide Table of Contents

    PaginatorOptions Class

    Namespace:
    GemBox.Spreadsheet
    Assembly:
    GemBox.Spreadsheet.dll

    Represents options used to specify which part of the workbook to paginate.

    • C#
    • VB.NET
    public sealed class PaginatorOptions
    Public NotInheritable Class PaginatorOptions
    Inheritance:
    System.Object
    PaginatorOptions

    Constructors

    PaginatorOptions()

    Initializes a new instance of the PaginatorOptions class.

    • C#
    • VB.NET
    public PaginatorOptions()
    Public Sub New

    Properties

    Extended

    Gets the extended save options that are not natively supported by spreadsheet formats.

    • C#
    • VB.NET
    public ExtendedSaveOptions Extended { get; set; }
    Public Property Extended As ExtendedSaveOptions
    Property Value
    ExtendedSaveOptions

    Extended save options that are not natively supported by spreadsheet formats.

    SelectionType

    Gets or sets a value indicating whether to save the whole ExcelFile or just ActiveWorksheet.

    • C#
    • VB.NET
    public SelectionType SelectionType { get; set; }
    Public Property SelectionType As SelectionType
    Property Value
    SelectionType

    A value indicating whether to save the whole ExcelFile or just ActiveWorksheet.

    UpdatePageBreaks

    Gets or sets a value indicating whether to update HorizontalPageBreaks and VerticalPageBreaks while paginating the document.

    • C#
    • VB.NET
    public bool UpdatePageBreaks { get; set; }
    Public Property UpdatePageBreaks As Boolean
    Property Value
    System.Boolean

    true to update page breaks while paginating the document; otherwise, false.

    UseAdvancedTextFormatting

    Gets or sets a value indicating whether to do text layout using advanced text formatting implementation such as those from Windows Presentation Foundation (WPF) or HarfBuzz text-shaping engine, or to use the default primitive implementation.

    Default value is false for improved performance and stability of the output because advanced text formatting is required only for complex scripts or advanced typography features.

    • C#
    • VB.NET
    public bool UseAdvancedTextFormatting { get; set; }
    Public Property UseAdvancedTextFormatting As Boolean
    Property Value
    System.Boolean

    true to do text layout using advanced text formatting implementation; otherwise false to use the default primitive implementation.

    Events

    ProgressChanged

    Occurs when paginating progress of a file has changed.

    • C#
    • VB.NET
    public event EventHandler<OperationProgressChangedEventArgs> ProgressChanged
    Public Event ProgressChanged As EventHandler(Of OperationProgressChangedEventArgs)
    Event Type
    System.EventHandler<OperationProgressChangedEventArgs>

    See Also

    GetPaginator(PaginatorOptions)
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.