TdxPDFViewerOptionsAttachments.Visible Property
In This Article
Specifies whether the “Attachments” page’s tab is displayed on the PDF Viewer control’s Navigation pane.
#Declaration
Delphi
property Visible; default bDefault;
#Property Value
Type | Default |
---|---|
Tdx |
b |
#Remarks
You can use this property to explicitly hide or display the “Attachments” page tab on the Navigation pane. Options include:
Value | Description |
---|---|
b |
The “Attachments” page’s tab is always hidden. |
b |
The “Attachments” page’s tab is always visible, even if the loaded document includes no attachments. |
b |
The “Attachments” page’s tab is visible only if the loaded document has at least a single attachment. |
The default Visible property value is bDefault.
See Also