Skip to main content
Skip table of contents

PdfLiteral

PdfLiteral Public class

Diagram

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

Members

Properties

Public properties
TypeNameMethods
intPosLengthget
longPositionget

Methods

Public methods
ReturnsName
voidToPdf(PdfWriter writer, Stream os)

Details

Inheritance

Constructors

PdfLiteral [1/5]

Source code

public PdfLiteral(string text)
Arguments
TypeNameDescription
stringtext
PdfLiteral [2/5]

Source code

public PdfLiteral(byte[] b)
Arguments
TypeNameDescription
byte``[]b
PdfLiteral [3/5]

Source code

public PdfLiteral(int type, string text)
Arguments
TypeNameDescription
inttype
stringtext
PdfLiteral [4/5]

Source code

public PdfLiteral(int type, byte[] b)
Arguments
TypeNameDescription
inttype
byte``[]b
PdfLiteral [5/5]

Source code

public PdfLiteral(int size)
Arguments
TypeNameDescription
intsize

Methods

ToPdf

Source code

public override void ToPdf(PdfWriter writer, Stream os)
Arguments
TypeNameDescription
PdfWriterwriter
Streamos

Properties

Position
public virtual long Position { get; }
PosLength
public virtual int PosLength { 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.