ContentTagCategoryThumbnail Property |
Gets the tag that indicates a thumbnail image attached to a file.
Namespace: GroupDocs.Metadata.TaggingAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic PropertyTag Thumbnail { get; }
Public ReadOnly Property Thumbnail As PropertyTag
Get
public:
property PropertyTag^ Thumbnail {
PropertyTag^ get ();
}
member Thumbnail : PropertyTag with get
Property Value
Type:
PropertyTagThe tag that indicates a thumbnail image attached to a file.
See Also