iTextSharp.text.xml.xmp.XmpSchema.XmpSchema C# (CSharp) 메소드

XmpSchema() 공개 메소드

public XmpSchema ( String xmlns ) : System
xmlns String
리턴 System
        public XmpSchema(String xmlns)
            : base()
        {
            this.xmlns = xmlns;
        }