C# Class iTextSharp.text.xml.xmp.XmpWriter

Show file Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property Type Description
about String
end char
extraSpace int
writer System.IO.StreamWriter

Public Methods

Method Description
AddRdfDescription ( String xmlns, String content ) : void
AddRdfDescription ( XmpSchema s ) : void
Close ( ) : void
SetReadOnly ( ) : void
XmpWriter ( Stream os ) : System
XmpWriter ( Stream os, string>.IDictionary info ) : System
XmpWriter ( Stream os, PdfDictionary info ) : System
XmpWriter ( Stream os, PdfDictionary info, int PdfXConformance ) : System
XmpWriter ( Stream os, string utfEncoding, int extraSpace ) : System

Method Details

AddRdfDescription() public method

public AddRdfDescription ( String xmlns, String content ) : void
xmlns String
content String
return void

AddRdfDescription() public method

public AddRdfDescription ( XmpSchema s ) : void
s XmpSchema
return void

Close() public method

public Close ( ) : void
return void

SetReadOnly() public method

public SetReadOnly ( ) : void
return void

XmpWriter() public method

public XmpWriter ( Stream os ) : System
os Stream
return System

XmpWriter() public method

public XmpWriter ( Stream os, string>.IDictionary info ) : System
os Stream
info string>.IDictionary
return System

XmpWriter() public method

public XmpWriter ( Stream os, PdfDictionary info ) : System
os Stream
info iTextSharp.text.pdf.PdfDictionary
return System

XmpWriter() public method

public XmpWriter ( Stream os, PdfDictionary info, int PdfXConformance ) : System
os Stream
info iTextSharp.text.pdf.PdfDictionary
PdfXConformance int
return System

XmpWriter() public method

public XmpWriter ( Stream os, string utfEncoding, int extraSpace ) : System
os Stream
utfEncoding string
extraSpace int
return System

Property Details

about protected property

protected String about
return String

end protected property

protected char end
return char

extraSpace protected property

protected int extraSpace
return int

writer protected property

protected StreamWriter,System.IO writer
return System.IO.StreamWriter