LEADTOOLS (Leadtools assembly)

Type Property (RasterCommentMetadata)

Show in webframe







Gets or sets the type of comment.
Syntax
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)
            
 
get_Type();
set_Type(value);
Object.defineProperty('Type');
public:
property RasterCommentMetadataType Type {
   RasterCommentMetadataType get();
   void set (    RasterCommentMetadataType value);
}

Property Value

The type of comment.
Example
For an example, refer to Leadtools.Codecs.RasterCodecs.WriteComment(System.IO.Stream,System.Int32,Leadtools.RasterCommentMetadata).
Requirements

Target Platforms

See Also

Reference

RasterCommentMetadata Class
RasterCommentMetadata Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.