Loading...
Searching...
No Matches
RadioButtonWidget.h
Go to the documentation of this file.
1//---------------------------------------------------------------------------------------
2// Copyright (c) 2001-2025 by Apryse Software Inc. All Rights Reserved.
3// Consult legal.txt regarding legal and license information.
4//---------------------------------------------------------------------------------------
5#ifndef PDFTRON_H_CPPPDFRadioButtonWidget
6#define PDFTRON_H_CPPPDFRadioButtonWidget
7
8#include <PDF/Annots/Widget.h>
9
10namespace pdftron {
11 namespace PDF {
12 namespace Annots {
13
15
20{
21public:
32
42 RadioButtonWidget(const Annot& annot);
43
50
55
61 bool IsEnabled();
62};
63 } //namespace Annots
64 } //namespace PDF
65} //namespace trn
66
68
69#endif //PDFTRON_H_CPPPDFRadioButtonWidget
Annot(SDF::Obj d=0)