API Reference / TableButtonPdfOptionAPI ReferenceClass TableButtonPdfOptionEdit on GitHubNamespace HtmlForgeX.DslOptions.TablesAssembly HtmlForgeXSource Containers/ChartJs/ChartJsTitle.cs:55Base TableOptionModifiers sealedPDF export button configuration.InheritanceTableOptionTableButtonPdfOptionFilter membersAll (8) Constructors (1) Methods (4) Properties (3)Show inherited Expand all Collapse all ResetConstructorspublic TableButtonPdfOption() #Inherited Methodspublic override Boolean Equals(Object obj) #Containers/ChartJs/ChartJsTitle.cs:83Returns: BooleanInherited from ObjectParametersobj Object requiredposition: 0public override Int32 GetHashCode() #Containers/ChartJs/ChartJsTitle.cs:110Returns: Int32Inherited from Objectpublic Type GetType() #Containers/ChartJs/ChartJsTitle.cs:55Returns: TypeInherited from Objectpublic override String ToString() #Containers/ChartJs/ChartJsTitle.cs:77Returns: StringInherited from ObjectPropertiespublic String Text { get; set; } #DslOptions/Tables/DataTablesDslOptions.cs:257Button label text.public String Title { get; set; } #DslOptions/Tables/DataTablesDslOptions.cs:259Tooltip/title shown by the export button.public String FileName { get; set; } #DslOptions/Tables/DataTablesDslOptions.cs:261Optional export file name.