ActiveReports 18 .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
    Specifies a value indicating whether PDF pages are fit to the selected paper size or not (PDF RE).
    Syntax
    'Declaration
     
    Public Property SizeToFit As Boolean
    public bool SizeToFit {get; set;}
    See Also