←Select platform

RasterCommentMetadata Constructor(RasterCommentMetadataType,byte[])

Summary

Initializes a new instance of the RasterCommentMetadata class with the specified values.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
Public Function New( _ 
   ByVal type As Leadtools.RasterCommentMetadataType, _ 
   ByVal data() As Byte _ 
) 
public RasterCommentMetadata(  
   Leadtools.RasterCommentMetadataType type, 
   byte[] data 
) 
- (instancetype)initWithType:(LTRasterCommentMetadataType)type  
                        data:(nullable NSData *)data 
             
public RasterCommentMetadata( 
  RasterCommentMetadataType type,  
  byte[] data 
) 
             
function RasterCommentMetadata(  
   type , 
   data  
) 
public: 
RasterCommentMetadata(  
   Leadtools.RasterCommentMetadataType type, 
   array<byte>^ data 
) 

Parameters

type
The type of comment to create.

data
The data for the comment.

Example

For an example, refer to WriteComment.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly