API Reference

Class

PdfTableCellCheckBox

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

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

Accepted by parameters

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 requiredposition: 0
isChecked System.Boolean = false optionalposition: 1
size System.Double = 12 optionalposition: 2
checkedValueName System.String = "Yes" optionalposition: 3
style OfficeIMO.Pdf.PdfFormFieldStyle = null optionalposition: 4

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.