Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 759 Bytes

File metadata and controls

10 lines (8 loc) · 759 Bytes

Use Hide actions in PDF documents

This sample shows how to use Hide actions in PDF documents with Docotic.Pdf library.

Hide actions allows you to make some PDF controls hidden or visible. Use PdfDocument.CreateHideAction method to create an instance of PdfHideAction class. Then, use PdfHideAction.AddControl method to add controls that should be hidden or visible when the hide action is activated.

See also