FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export.Ssrs Namespace / PdfExporter Class / HumanReadablePDF Property

In This Topic
    HumanReadablePDF Property
    In This Topic
    Gets or sets a value indicating whether the PDF document should be created uncompressed, which allows the PDF source to be human-readable. This property is used only when ServerSide is true. The default value is false.
    Syntax
    'Declaration
     
    Public Property HumanReadablePDF As Boolean
    public bool HumanReadablePDF {get; set;}
    See Also