API Reference / TableButtonPdfOptionAPI ReferenceClass TableButtonPdfOptionEdit on GitHubNamespace HtmlForgeX.DslOptions.TablesAssembly HtmlForgeXSource Containers/ChartXkcd/ChartXkcd.cs:94Base 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/ChartXkcd/ChartXkcd.cs:116Returns: BooleanInherited from ObjectParametersobj Object requiredposition: 0public override Int32 GetHashCode() #Containers/ChartXkcd/ChartXkcd.cs:132Returns: Int32Inherited from Objectpublic Type GetType() #Containers/ChartXkcd/ChartXkcd.cs:94Returns: TypeInherited from Objectpublic override String ToString() #Containers/ChartXkcd/ChartXkcd.cs:113Returns: 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.