| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal type As RasterCommentMetadataType, _ ByVal data() As Byte _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public RasterCommentMetadata( RasterCommentMetadataType type, byte[] data ) | |
| C++/CLI | |
|---|---|
public: RasterCommentMetadata( RasterCommentMetadataType type, array<byte>^ data ) | |
Parameters
- type
- The type of comment to create.
- data
- The data for the comment.
For an example, refer to WriteComment.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family