PresentationEditOptionsShowHiddenSlides Property |
Specifies whether the hidden slides should be included or not. Default is false - hidden slides are not shown and exception will be thrown while trying to edit them.
Namespace: GroupDocs.Editor.OptionsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 20.12.0.0
Syntaxpublic bool ShowHiddenSlides { get; set; }
Public Property ShowHiddenSlides As Boolean
Get
Set
public:
property bool ShowHiddenSlides {
bool get ();
void set (bool value);
}
member ShowHiddenSlides : bool with get, set
Property Value
Type:
Boolean
See Also