Gets unique shape identifier in presentation scope.
Read-only
UInt32.
See also
OfficeInteropShapeId for getting unique shape identifier in slide scope.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic uint UniqueId { get; }
Public ReadOnly Property UniqueId As UInteger
Get
public:
virtual property unsigned int UniqueId {
unsigned int get () sealed;
}
abstract UniqueId : uint32 with get
override UniqueId : uint32 with get
Property Value
Type:
UInt32Implements
IShapeUniqueId
See Also