 | PdfButtonField Class |
Represents an interactive control on the screen that the user can manipulate with the mouse.
Inheritance Hierarchy
Namespace:
Patagames.Pdf.Net.AcroForms
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic abstract class PdfButtonField : PdfField
Public MustInherit Class PdfButtonField
Inherits PdfField
public ref class PdfButtonField abstract : public PdfField
[<AbstractClassAttribute>]
type PdfButtonField =
class
inherit PdfField
end
public abstract class PdfButtonField extends PdfField
Patagames.Pdf.Net.AcroForms.PdfButtonField = function();
Type.createClass(
'Patagames.Pdf.Net.AcroForms.PdfButtonField',
Patagames.Pdf.Net.PdfField);
The PdfButtonField type exposes the following members.
Constructors
See Also