XmpPacketWrapperHeaderPi Property |
Gets the header processing instruction.
Namespace:
Aspose.CAD.Xmp
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic XmpHeaderPi HeaderPi { get; }
Public ReadOnly Property HeaderPi As XmpHeaderPi
Get
public:
property XmpHeaderPi^ HeaderPi {
XmpHeaderPi^ get ();
}
member HeaderPi : XmpHeaderPi with get
Property Value
Type:
XmpHeaderPi
The Header processing instruction.
See Also