Creates a new custom document property.
Overload List
Creates a new custom document property of the PropertyType.Boolean data type.
public DocumentProperty Add(string,bool);
Creates a new custom document property of the PropertyType.DateTime data type.
public DocumentProperty Add(string,DateTime);
Creates a new custom document property of the PropertyType.Float data type.
public DocumentProperty Add(string,double);
Creates a new custom document property of the PropertyType.Number data type.
public DocumentProperty Add(string,int);
Creates a new custom document property of the PropertyType.String data type.
public DocumentProperty Add(string,string);
See Also
CustomDocumentProperties Class | Aspose.Words.Properties Namespace