API Reference
Class
PdfTableCellCheckBox
Represents a simple AcroForm check box rendered inside a PDF table cell.
Inheritance
- Object
- PdfTableCellCheckBox
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfTableCell.CheckBoxes
Accepted by parameters
- Constructor PdfTableCell.PdfTableCell
- Constructor PdfTableCell.PdfTableCell
- Method PdfTableCell.WithCheckBoxes
- Method PdfTableCell.WithCheckBoxes
- Method PdfTableCell.WithFormFields
- Method PdfTableCell.WithFormFields
- Method PdfTableCell.WithImages
- Method PdfTableCell.WithImages
Constructors
public PdfTableCellCheckBox(String name, Boolean isChecked = false, Double size = 12, String checkedValueName = "Yes", PdfFormFieldStyle style = null) #Creates a table-cell check box.
Parameters
- name System.String
- isChecked System.Boolean = false
- size System.Double = 12
- checkedValueName System.String = "Yes"
- style OfficeIMO.Pdf.PdfFormFieldStyle = null
Inherited Methods
Properties
public String Name { get; } #Field name written to the AcroForm tree.
public Boolean IsChecked { get; } #Whether the generated check box is initially checked.
public Double Size { get; } #Visual square size in points.
public String CheckedValueName { get; } #PDF button appearance state name used when checked.
public PdfFormFieldStyle Style { get; } #Visual style for the generated check box appearance streams.