Class VisibilityMode
Represents the visibility modes for form fields in the PDF Viewer.
Inheritance
System.Object
VisibilityMode
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public sealed class VisibilityMode : Enum
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
Hidden
Represents a form field that remains completely hidden in both the PDF Viewer and print mode.
Declaration
public const VisibilityMode Hidden
Field Value
Type |
---|
VisibilityMode |
HiddenPrintable
Represents a form field that is hidden in the PDF Viewer but visible in print mode.
Declaration
public const VisibilityMode HiddenPrintable
Field Value
Type |
---|
VisibilityMode |
Visible
Represents a form field that is always visible in the PDF Viewer and in the print mode.
Declaration
public const VisibilityMode Visible
Field Value
Type |
---|
VisibilityMode |
VisibleNotPrintable
Represents a form field that is visible in the PDF Viewer but does not appear in the printed document.
Declaration
public const VisibilityMode VisibleNotPrintable
Field Value
Type |
---|
VisibilityMode |