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