Accusoft.ThumbnailXpressSdk Namespace > ThumbnailItem Class : InternalAnnotationType Property |
'Declaration Public ReadOnly Property InternalAnnotationType As Nullable(Of InternalAnnotationType)
'Usage Dim instance As ThumbnailItem Dim value As Nullable(Of InternalAnnotationType) value = instance.InternalAnnotationType
public Nullable<InternalAnnotationType> InternalAnnotationType {get;}
public: __property Nullable<InternalAnnotationType> get_InternalAnnotationType();
public: property Nullable<InternalAnnotationType> InternalAnnotationType { Nullable<InternalAnnotationType> get(); }