MetaObject.IsWritable Method
Definition
Namespace: P1.ImageSdk
Get state of writable atttribute. If metaobject writable then it will be written to output files, otherwise it will not.
public bool IsWritable();
This is a way to control if a metaobject should be written to an output image file.
Returns:
true is returned if it is writable. otherwise false is returned..