XmpTrailerPiIsWritable Property |
Gets or sets a value indicating whether this instance is writable.
Namespace:
Aspose.CAD.Xmp
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
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