Table of Contents

TTMSFNCDataGridPDFIOOptions Class

Export options for TTMSFNCDataGridPDFIO. Extends the base PDF options with grid-specific settings for scaling, page fitting, and fixed-row/column repetition across pages.

API unit family: TMSFNCDataGridPDFIO Inherits from: TTMSFNCPDFIOOptions

Syntax

TTMSFNCDataGridPDFIOOptions = class(TTMSFNCPDFIOOptions)

Properties

Name Description
FitToPage When True (default), the grid content is scaled to fit within a single page width. Set to False to export at natural size and let the content span multiple pages horizontally.
RepeatFixedColumns When True, fixed (frozen) columns are repeated at the left edge of every PDF page. Default is False.
RepeatFixedRows When True, fixed (frozen) rows are repeated at the top of every PDF page, matching the on-screen header appearance. Default is False.
Scale Uniform scale factor applied to the grid content during PDF export. Default is 1.0 (no scaling). Use values less than 1.0 to shrink the grid to fit within the page margins.