VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationData Class / Guid Property
Syntax Requirements SeeAlso
In This Topic
    Guid Property (AnnotationData)
    In This Topic
    Gets the unique System.Guid associated with the annotation.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    <ReadOnlyAttribute(True)>
    Public ReadOnly Property Guid As System.Guid
    
    
    [Browsable(False)]
    [ReadOnly(True)]
    public System.Guid Guid { get; }
    
    
    [Browsable(False)]
    [ReadOnly(True)]
    public: __property System.Guid get_Guid();
    
    
    
    [Browsable(False)]
    [ReadOnly(True)]
    public:
    property System.Guid Guid { System.Guid get(); }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also