XmpTrailerPiIsWritable Property |
Gets or sets a value indicating whether this instance is writable.
Namespace: Aspose.Imaging.XmpAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic bool IsWritable { get; set; }
Public Property IsWritable As Boolean
Get
Set
public:
property bool IsWritable {
bool get ();
void set (bool value);
}
member IsWritable : bool with get, set
Property Value
Type:
Booleantrue if this instance is writable; otherwise,
false.
See Also