PdfLiteral ClassTerminal Works - PDF Printing.Net Library
Represents text that is written 'as it is' into the PDF stream. This class can lead to invalid PDF files. E.g. strings in a literal are not encrypted when the document is saved with a password.
Inheritance Hierarchy

SystemObject
  PdfEdit.PdfPdfItem
    PdfEdit.PdfPdfLiteral

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public sealed class PdfLiteral : PdfItem

The PdfLiteral type exposes the following members.

Constructors

  NameDescription
Public methodPdfLiteral
Initializes a new instance of the PdfLiteral class.
Public methodPdfLiteral(String)
Initializes a new instance with the specified string.
Public methodPdfLiteral(String, Object)
Initializes a new instance with the culture invariant formatted specified arguments.
Top
Methods

  NameDescription
Public methodClone
Creates a copy of this object.
(Inherited from PdfItem.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberFromMatrix
Creates a literal from an XMatrix
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current value.
(Overrides ObjectToString.)
Top
Properties

  NameDescription
Public propertyValue
Gets the value as litaral string.
Top
See Also

Reference