Skip to main content
A newer version of this page is available. .

HEExportToPdfDropDownRibbonCommand Constructors

A Ribbon item that allows exporting editor content to the Portable Document (Pdf) document format.
Name Parameters Description
HEExportToPdfDropDownRibbonCommand() none Initializes a new instance of the HEExportToPdfDropDownRibbonCommand class with default settings.
HEExportToPdfDropDownRibbonCommand(RibbonItemSize) size Initializes a new instance of the HEExportToPdfDropDownRibbonCommand class with the specified item size.
HEExportToPdfDropDownRibbonCommand(String, RibbonDropDownButtonItem[]) text, items Initializes a new instance of the HEExportToPdfDropDownRibbonCommand class with the specified settings.
HEExportToPdfDropDownRibbonCommand(String, RibbonItemSize, RibbonDropDownButtonItem[]) text, size, items Initializes a new instance of the HEExportToPdfDropDownRibbonCommand class with the specified settings.
HEExportToPdfDropDownRibbonCommand(String, RibbonItemSize) text, size Initializes a new instance of the HEExportToPdfDropDownRibbonCommand class with the specified settings.
HEExportToPdfDropDownRibbonCommand(String) text Initializes a new instance of the HEExportToPdfDropDownRibbonCommand class with the specified item text.
See Also