C# 클래스 iTextSharp.text.xml.xmp.XmpWriter

파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
about String
end char
extraSpace int
writer System.IO.StreamWriter

공개 메소드들

메소드 설명
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

메소드 상세

AddRdfDescription() 공개 메소드

public AddRdfDescription ( String xmlns, String content ) : void
xmlns String
content String
리턴 void

AddRdfDescription() 공개 메소드

public AddRdfDescription ( XmpSchema s ) : void
s XmpSchema
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

SetReadOnly() 공개 메소드

public SetReadOnly ( ) : void
리턴 void

XmpWriter() 공개 메소드

public XmpWriter ( Stream os ) : System
os Stream
리턴 System

XmpWriter() 공개 메소드

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

XmpWriter() 공개 메소드

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

XmpWriter() 공개 메소드

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

XmpWriter() 공개 메소드

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

프로퍼티 상세

about 보호되어 있는 프로퍼티

protected String about
리턴 String

end 보호되어 있는 프로퍼티

protected char end
리턴 char

extraSpace 보호되어 있는 프로퍼티

protected int extraSpace
리턴 int

writer 보호되어 있는 프로퍼티

protected StreamWriter,System.IO writer
리턴 System.IO.StreamWriter