Enum VisibilityMode
Represents the visibility modes for form fields in the PDF Viewer.
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum VisibilityMode
Remarks
The VisibilityMode enumeration specifies how a form field is displayed within the SfPdfViewer2 component.
It provides options to control whether the field is visible, hidden, or selectively displayed based on the viewing or printing mode.
Fields
| Name | Description |
|---|---|
| Hidden | Represents a form field that remains completely hidden in both the PDF Viewer and print mode. |
| HiddenPrintable | Represents a form field that is hidden in the PDF Viewer but visible in print mode. |
| Visible | Represents a form field that is always visible in the PDF Viewer and in the print mode. |
| VisibleNotPrintable | Represents a form field that is visible in the PDF Viewer but does not appear in the printed document. |