XmpPacketWrapperTrailerPi Property |
Gets the trailer processing instruction.
Namespace:
Aspose.CAD.Xmp
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic XmpTrailerPi TrailerPi { get; }
Public ReadOnly Property TrailerPi As XmpTrailerPi
Get
public:
property XmpTrailerPi^ TrailerPi {
XmpTrailerPi^ get ();
}
member TrailerPi : XmpTrailerPi with get
Property Value
Type:
XmpTrailerPi
Trailer processing instruction.
See Also