ConvertSheets Enum
Represents kind of worksheets to include in convertion.
public enum ConvertSheets
Public Enum ConvertSheets
Inheritance: ObjectValueTypeEnumConvertSheets
Fields
ConvertSheets.All | 2 | All sheets are converted (active, visible and hidden). |
ConvertSheets.AllVisible | 1 | All visible sheets, including the active one are converted (default). |
ConvertSheets.OnlyActive | 0 | Only Active Sheet is converted. |
Licensing Info
This enum is a DynamicPDF Converter feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Converter selected.
- A DynamicPDF Converter for .NET v3.X Developer license.