RVTDocs.com

PDFExportOptions.Combine

Property
Description:
Whether export all views and sheets into one PDF file or multiple files.
Remarks:
If true, all exported views and sheets will be exported into one PDF file, whose file name would be specified by FileName. If false, each exported view and sheet will have its own PDF file created, whose file name would be generated with [!:NamingRule].
Syntax
public bool Combine { get; set; }