XFINIUM.PDF Documentation
Checked Property (PdfStandardPrintFieldAttribute)



Xfinium.Pdf.LogicalStructure Namespace > PdfStandardPrintFieldAttribute Class : Checked Property
Gets or sets the checked state of a radio button or check box.
Syntax
'Declaration
 
Public Property Checked As PdfStandardPrintFieldChecked
'Usage
 
Dim instance As PdfStandardPrintFieldAttribute
Dim value As PdfStandardPrintFieldChecked
 
instance.Checked = value
 
value = instance.Checked
public PdfStandardPrintFieldChecked Checked {get; set;}
public:
property PdfStandardPrintFieldChecked Checked {
   PdfStandardPrintFieldChecked get();
   void set (    PdfStandardPrintFieldChecked value);
}

Property Value

A PdfStandardPrintFieldChecked enum member specifying the state of a radio button or check box field.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfStandardPrintFieldAttribute Class
PdfStandardPrintFieldAttribute Members