iTextSharp.text.xml.xmp.XmpSchema.XmpSchema C# (CSharp) Méthode

XmpSchema() public méthode

public XmpSchema ( String xmlns ) : System
xmlns String
Résultat System
        public XmpSchema(String xmlns)
            : base()
        {
            this.xmlns = xmlns;
        }