iTextSharp.text.xml.xmp.XmpSchema.XmpSchema C# (CSharp) Method

XmpSchema() public method

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