BaseViewOptionsPresentationOptions Property |
The presentation processing documents view options.
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic PresentationOptions PresentationOptions { get; set; }
Public Property PresentationOptions As PresentationOptions
Get
Set
public:
property PresentationOptions^ PresentationOptions {
PresentationOptions^ get ();
void set (PresentationOptions^ value);
}
member PresentationOptions : PresentationOptions with get, set
Property Value
Type:
PresentationOptions
See Also