2025 Method
Changes 2
M

PDFExportOptions.IsValidNamingRule

Description:
Whether naming rule is valid or not.
Remarks:
If true, this naming rule is a valid. If false, this naming rule is not valid for empty naming rule or illegal characters, such as
C#
\ / : * ? " < > |
.
public static bool IsValidNamingRule(
	IList<TableCellCombinedParameterData> namingRule
)
Return Value Boolean Whether or not the name is valid.