Enum FooterButton
Specifies the visibility options for the "Save" and "SaveAs" buttons in the Page Organizer dialog footer.
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum FooterButton
Remarks
Use this enumeration to control which footer buttons are displayed in the Page Organizer dialog.
Examples
FooterButton footerButton = FooterButton.Save | FooterButton.SaveAs;
Fields
| Name | Description |
|---|---|
| None | No buttons are shown in the Page Organizer dialog footer. |
| Save | Show the "Save" button in the Page Organizer dialog footer. |
| SaveAs | Show the "SaveAs" button in the Page Organizer dialog footer. |