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.  
 More...
 | 
| string  | Value [get] | 
|   | Gets the value as litaral string.  More...
  | 
|   | 
 | 
| virtual object  | Copy () | 
|   | Implements the copy mechanism. Must be overridden in derived classes.  More...
  | 
|   | 
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. 
 
◆ PdfLiteral() [1/3]
      
        
          | PdfSharp.Pdf.PdfLiteral.PdfLiteral  | 
          ( | 
           | ) | 
           | 
        
      
 
Initializes a new instance of the PdfLiteral class. 
 
 
◆ PdfLiteral() [2/3]
      
        
          | PdfSharp.Pdf.PdfLiteral.PdfLiteral  | 
          ( | 
          string  | 
          value | ) | 
           | 
        
      
 
Initializes a new instance with the specified string. 
 
 
◆ PdfLiteral() [3/3]
      
        
          | PdfSharp.Pdf.PdfLiteral.PdfLiteral  | 
          ( | 
          string  | 
          format,  | 
        
        
           | 
           | 
          params object[]  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Initializes a new instance with the culture invariant formatted specified arguments. 
 
 
◆ FromMatrix()
Creates a literal from an XMatrix 
 
 
◆ ToString()
      
        
          | override string PdfSharp.Pdf.PdfLiteral.ToString  | 
          ( | 
           | ) | 
           | 
        
      
 
Returns a string that represents the current value. 
 
 
◆ Value
  
  
      
        
          | string PdfSharp.Pdf.PdfLiteral.Value | 
         
       
   | 
  
get   | 
  
 
Gets the value as litaral string. 
 
 
The documentation for this class was generated from the following file: