XmpTrailerPi Constructor (Boolean) |
Namespace:
Aspose.CAD.Xmp
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic XmpTrailerPi(
bool isWritable
)
Public Sub New (
isWritable As Boolean
)
public:
XmpTrailerPi(
bool isWritable
)
new :
isWritable : bool -> XmpTrailerPi
Parameters
- isWritable
- Type: SystemBoolean
Inditacates whether trailer is writable.
See Also