←Select platform

Media Property

Summary

Gets or sets the media associated with this object.

Syntax
C#
VB
Objective-C
C++
Java
public AnnMedia Media { get; set; } 
Public Property Media As AnnMedia 
@property (nonatomic) LTAnnMedia* media; 
public AnnMedia getMedia() 
public void setMedia(AnnMedia media) 
public:  
   property AnnMedia^ Media 
   { 
      AnnMedia^ get() 
      void set(AnnMedia^ value) 
   } 

Property Value

The media associated with this object.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly