Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Actions
HideModel Class
The hide action sets or clears the annotation's Hidden flag.
csharp
public class HideModel : TallComponents.UnoPdf.Client.Models.Pdf.Actions.ActionModel
Inheritance System.Object 🡒 ActionModel 🡒 HideModel
Properties | |
---|---|
Annotations | Paths of the annotations which must be showns or hidden, depending of the Show boolean. |
Fields | The fields which must be showns or hidden, depending of the Show boolean. |
Show | Specify if the annotations should be shown (true) of hidden (false). |