Skip to main content
Skip table of contents

PdfBoolean

PdfBoolean Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf
  iTextSharp.text.pdf.PdfBoolean[[PdfBoolean]]
  iTextSharp.text.pdf.PdfObject[[PdfObject]]
  class iTextSharp.text.pdf.PdfObject abstractStyle;
  end
iTextSharp.text.pdf.PdfObject --> iTextSharp.text.pdf.PdfBoolean

Members

Properties

Public properties
TypeNameMethods
boolBooleanValueget

Methods

Public methods
ReturnsName
stringToString()

Details

Inheritance

Constructors

PdfBoolean [1/2]

Source code

public PdfBoolean(bool value)
Arguments
TypeNameDescription
boolvalue
PdfBoolean [2/2]

Source code

public PdfBoolean(string value)
Arguments
TypeNameDescription
stringvalue

Methods

ToString

Source code

public override string ToString()

Properties

BooleanValue
public virtual bool BooleanValue { get; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.