[]
Gets or sets a value indicating whether the export is executed on the server side. The default value is true.
public bool ServerSide { get; set; }
If this property is false, then the PDF file will be generated locally using C1Pdf. This mode provides more features which are supported by C1Pdf, including PDF/A, security settings etc. But, this mode is slower, and it does not support outlines.