ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web.ExportOptions Namespace / PdfExportOptions.PdfReExclusiveOptions Class / SizeToFit Property

In This Topic
    SizeToFit Property (PdfExportOptions.PdfReExclusiveOptions)
    In This Topic
    Gets or sets a value indicating whether the PDF pages are fit to the selected paper size (PDF RE).
    Syntax
    'Declaration
     
    Public Property SizeToFit As Boolean
    public bool SizeToFit {get; set;}

    Property Value

    A System.Boolean value. true if the content should be sized to fit; otherwise, false.
    See Also