Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Type Property (RasterCommentMetadata)








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)
            
 <br/>get_Type();<br/>set_Type(value);<br/>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 WriteComment.
Requirements

Target Platforms

See Also

Reference

RasterCommentMetadata Class
RasterCommentMetadata Members

Error processing SSI file