Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / WriteComments Property

In This Topic
    WriteComments Property
    In This Topic
    Gets or sets a value indicating whether comments and some optional line breaks will be added to the generated PDF file. Primarily useful for debugging.
    Syntax
    'Declaration
     
    Public Property WriteComments As System.Boolean
    public System.bool WriteComments {get; set;}
    See Also