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;
        }