Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterCommentMetadata Class : Type Property |
public RasterCommentMetadataType Type {get; set;}
'Declaration
Public Property Type As RasterCommentMetadataType
'Usage
Dim instance As RasterCommentMetadata Dim value As RasterCommentMetadataType instance.Type = value value = instance.Type
public RasterCommentMetadataType Type {get; set;}
@property (nonatomic, assign) LTRasterCommentMetadataType type
public RasterCommentMetadataType getType() public void setType(RasterCommentMetadataType value)
<br/>get_Type();<br/>set_Type(value);<br/>Object.defineProperty('Type');
public: property RasterCommentMetadataType Type { RasterCommentMetadataType get(); void set ( RasterCommentMetadataType value); }