Discuss this help topic in SecureBlackbox Forum
Specifies the number of hide actions in the document.
Declaration
[C#]
int HideAnnotationActions;
[VB.NET]
Property HideAnnotationActions As Integer
[Pascal]
property HideAnnotationActions : integer;
[C++]
int32_t get_HideAnnotationActions();
void set_HideAnnotationActions(int32_t Value);
[PHP]
integer get_HideAnnotationActions()
void set_HideAnnotationActions(integer $Value)
[Java]
int getHideAnnotationActions();
void setHideAnnotationActions(int Value);
Description
Use this property to specify the number of hide actions in the document.
Discuss this help topic in SecureBlackbox Forum